File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/CircleDetails Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 <NcCheckboxRadioSwitch
1616 v-for =" (label, config) in configs"
1717 :key =" 'circle-config' + config"
18- :checked =" isChecked(config)"
18+ :model-value =" isChecked(config)"
1919 :loading =" loading === config"
2020 :disabled =" loading !== false"
2121 wrapper-element =" li"
22- @update:checked =" onChange(config, $event)" >
22+ @update:model-value =" onChange(config, $event)" >
2323 {{ label }}
2424 </NcCheckboxRadioSwitch >
2525 </ul >
5656<script lang="ts">
5757import { showError } from ' @nextcloud/dialogs'
5858import { t } from ' @nextcloud/l10n'
59+ import { NcNcCheckboxRadioSwitch } from ' @nextcloud/vue'
5960import { defineComponent } from ' vue'
6061import NcButton from ' @nextcloud/vue/components/NcButton'
61- import NcCheckboxRadioSwitch from ' @nextcloud/vue/components/NcCheckboxRadioSwitch'
6262import IconLogout from ' vue-material-design-icons/Logout.vue'
6363import IconDelete from ' vue-material-design-icons/TrashCanOutline.vue'
6464import CirclePasswordSettings from ' ./CirclePasswordSettings.vue'
You can’t perform that action at this time.
0 commit comments