Skip to content

Commit c3194c4

Browse files
committed
Reduce PR changes
1 parent 583e07e commit c3194c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/CircleDetails/CircleSettings.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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)"
@@ -21,7 +21,7 @@
2121
wrapper-element="li"
2222
@update:model-value="onChange(config, $event)">
2323
{{ label }}
24-
</CheckboxRadioSwitch>
24+
</NcCheckboxRadioSwitch>
2525
</ul>
2626
</li>
2727
</ul>
@@ -56,7 +56,7 @@
5656
<script lang="ts">
5757
import { showError } from '@nextcloud/dialogs'
5858
import { t } from '@nextcloud/l10n'
59-
import { NcCheckboxRadioSwitch as CheckboxRadioSwitch } from '@nextcloud/vue'
59+
import { NcNcCheckboxRadioSwitch } from '@nextcloud/vue'
6060
import { defineComponent } from 'vue'
6161
import NcButton from '@nextcloud/vue/components/NcButton'
6262
import 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: {

0 commit comments

Comments
 (0)