File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/CircleDetails Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 </ContentHeading >
1313
1414 <ul class =" circle-config__list" >
15- <CheckboxRadioSwitch
15+ <NcCheckboxRadioSwitch
1616 v-for =" (label, config) in configs"
1717 :key =" 'circle-config' + config"
1818 :model-value =" isChecked(config)"
2121 wrapper-element =" li"
2222 @update:model-value =" onChange(config, $event)" >
2323 {{ label }}
24- </CheckboxRadioSwitch >
24+ </NcCheckboxRadioSwitch >
2525 </ul >
2626 </li >
2727 </ul >
5656<script lang="ts">
5757import { showError } from ' @nextcloud/dialogs'
5858import { t } from ' @nextcloud/l10n'
59- import { NcCheckboxRadioSwitch as CheckboxRadioSwitch } from ' @nextcloud/vue'
59+ import { NcNcCheckboxRadioSwitch } from ' @nextcloud/vue'
6060import { defineComponent } from ' vue'
6161import NcButton from ' @nextcloud/vue/components/NcButton'
6262import IconLogout from ' vue-material-design-icons/Logout.vue'
@@ -74,7 +74,7 @@ export default defineComponent({
7474 IconDelete ,
7575 IconLogout ,
7676 NcButton ,
77- CheckboxRadioSwitch ,
77+ NcCheckboxRadioSwitch ,
7878 },
7979
8080 props: {
You can’t perform that action at this time.
0 commit comments