Commit 0dfc799
fix(CertificatePolicy): 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="OID" with v-model="OID"
so the OID field is correctly two-way bound.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent a9e660f commit 0dfc799
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments