Skip to content

Commit

Permalink
fix v-model of address book select control
Browse files Browse the repository at this point in the history
Signed-off-by: Gottfried Mayer <[email protected]>
  • Loading branch information
fuse314 authored and backportbot-nextcloud[bot] committed Oct 17, 2023
1 parent 3040b81 commit 50f26b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 50f26b8

Please sign in to comment.