summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2023-10-18 10:28:17 +0200
committerGitHub <noreply@github.com>2023-10-18 10:28:17 +0200
commit1bbbc980f0a12670eb98ccc17ab7e5f22f901643 (patch)
tree2620fa16adf4a834ed3c7b571f7b1e06c6628c14
parent3040b81197beb09c62c6b59ddee40305f410e8a5 (diff)
parent50f26b8ecb1923951eb1231789feefcd3c08fb7d (diff)
Merge pull request #3667 from nextcloud/backport/3650/stable5.4
-rw-r--r--src/components/AppNavigation/Settings/SettingsImportContacts.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/Settings/SettingsImportContacts.vue b/src/components/AppNavigation/Settings/SettingsImportContacts.vue
index 94ea79d7..eb28dd23 100644
--- a/src/components/AppNavigation/Settings/SettingsImportContacts.vue
+++ b/src/components/AppNavigation/Settings/SettingsImportContacts.vue
@@ -38,7 +38,7 @@
<h2>{{ t('contacts', 'Import contacts') }}</h2>
<NcSelect v-if="!isSingleAddressbook"
id="select-addressbook"
- v-model="selectedAddressbook"
+ v-model="importDestination"
:allow-empty="false"
:options="options"
:disabled="isSingleAddressbook || isImporting"