summaryrefslogtreecommitdiffstats
path: root/src/components/AppNavigation/Settings/SettingsSortContacts.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppNavigation/Settings/SettingsSortContacts.vue')
-rw-r--r--src/components/AppNavigation/Settings/SettingsSortContacts.vue7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/components/AppNavigation/Settings/SettingsSortContacts.vue b/src/components/AppNavigation/Settings/SettingsSortContacts.vue
index 839bd770..9f40df50 100644
--- a/src/components/AppNavigation/Settings/SettingsSortContacts.vue
+++ b/src/components/AppNavigation/Settings/SettingsSortContacts.vue
@@ -23,8 +23,7 @@
<template>
<div class="sort-contacts">
<IconList class="settings-line__icon" />
- <Multiselect
- id="sort-by"
+ <Multiselect id="sort-by"
:value="orderKeyOption"
:searchable="false"
:allow-empty="false"
@@ -37,8 +36,8 @@
</template>
<script>
-import Multiselect from '@nextcloud/vue/dist/Components/NcMultiselect'
-import IconList from 'vue-material-design-icons/FormatListBulletedSquare'
+import Multiselect from '@nextcloud/vue/dist/Components/NcMultiselect.js'
+import IconList from 'vue-material-design-icons/FormatListBulletedSquare.vue'
export default {
name: 'SettingsSortContacts',