Set placeholder for plan title

This commit is contained in:
Brandon Presley 2023-11-21 19:24:40 +13:00
parent 8a1e1b982a
commit 0163788175
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ export default function EditPlan() {
<AppInput
label="Title"
value={title}
placeholder={days.join(", ")}
onChangeText={(value) => setTitle(value)}
/>