Commit ff2d053
NcTextField changed its emit from `update:value` to `update:modelValue`
in @nextcloud/vue v9 (Vue 3). Replace @update:value with @update:modelValue
on the three NcTextField instances (maximum validity, renewal interval and
expiry in days) so the auto-save callbacks are correctly triggered.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 879843a commit ff2d053
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments