summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/Settings/SettingsImportContacts.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Settings/SettingsImportContacts.vue b/src/components/Settings/SettingsImportContacts.vue
index dc79ab75..b211fe6a 100644
--- a/src/components/Settings/SettingsImportContacts.vue
+++ b/src/components/Settings/SettingsImportContacts.vue
@@ -29,7 +29,7 @@
{{ t('contacts', 'Import into') }}
</label>
<multiselect
- v-model="importDestination"
+ v-model="selectedAddressbook"
:options="options"
:placeholder="t('contacts', 'Contacts')"
label="displayName"
@@ -52,7 +52,7 @@ export default {
},
data() {
return {
- importDestination: ''
+ importDestination: false
}
},
computed: {