Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-01 16:58:51 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-01 16:58:51 +0300
commit75af49c701a88e728df2cb71e3757bcaf622777d (patch)
treec087eee3a5dd46dab7f439e17853de9348f2696b
parentb96fb610825ce37af42ab977642639c41e3f6453 (diff)
Fix import
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--src/components/ConversationSettings/ListableSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ConversationSettings/ListableSettings.vue b/src/components/ConversationSettings/ListableSettings.vue
index 9e665b8e9..349c0331f 100644
--- a/src/components/ConversationSettings/ListableSettings.vue
+++ b/src/components/ConversationSettings/ListableSettings.vue
@@ -47,7 +47,7 @@
import { showError, showSuccess } from '@nextcloud/dialogs'
import { CONVERSATION } from '../../constants.js'
import { loadState } from '@nextcloud/initial-state'
-import NcCheckboxRadioSwitch from '@nextcloud/vue/dist/Components/NcCheckboxRadioSwitch'
+import NcCheckboxRadioSwitch from '@nextcloud/vue/dist/Components/NcCheckboxRadioSwitch.js'
export default {
name: 'ListableSettings',