Commit 0056695
fix(Reminders): replace v-model:value with v-model on NcTextField
NcTextField in @nextcloud/vue v9 (Vue 3) binds via modelValue, not a
prop named `value`. Replace v-model:value="reminderDaysBefore" with
v-model="reminderDaysBefore" so the reminder days field is correctly
two-way bound.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent 0dfc799 commit 0056695
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments