Commit a9e660f
NcTextField changed its emit from `update:value` to `update:modelValue`
in @nextcloud/vue v9 (Vue 3). Replace @update:value with @update:modelValue
so the saveDefaultUserFolder callback is triggered when the user edits
the custom folder name field.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 58a9e26 commit a9e660f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments