We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed7bd8 commit 919b7fdCopy full SHA for 919b7fd
src/components/CircleDetails/CircleSettings.vue
@@ -15,11 +15,11 @@
15
<NcCheckboxRadioSwitch
16
v-for="(label, config) in configs"
17
:key="'circle-config' + config"
18
- :checked="isChecked(config)"
+ :model-value="isChecked(config)"
19
:loading="loading === config"
20
:disabled="loading !== false"
21
wrapper-element="li"
22
- @update:checked="onChange(config, $event)">
+ @update:model-value="onChange(config, $event)">
23
{{ label }}
24
</NcCheckboxRadioSwitch>
25
</ul>
0 commit comments