summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsuntala <suntala@hotmail.com>2018-08-29 16:43:15 +0200
committersuntala <suntala@hotmail.com>2018-08-29 16:43:15 +0200
commit8f37d82bcf3f35f32c59c214b4361cf5b44390d7 (patch)
tree0aaf43bb763d95026d8f6422da42325e6d9c2b66 /src
parent87a17d6b192b61d0e49a7781f8a4f12f6e41a4ec (diff)
Change importDestination.
Diffstat (limited to 'src')
-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: {