Skip to content

Commit

Permalink
Merge pull request #3753 from nextcloud/Fix/remove-extra-primary-elem…
Browse files Browse the repository at this point in the history
…ents

Fix: extra primary elements
  • Loading branch information
hamza221 authored Dec 21, 2023
2 parents d88ea9a + 4aead8e commit 7c7d02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Contacts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<SettingsImportContacts v-if="!loadingContacts && isEmptyGroup && !isChartView" />
<!-- new-contact-button -->
<Button v-if="!loadingContacts"
type="primary"
type="secondary"
:wide="true"
:disabled="!defaultAddressbook"
@click="newContact">
Expand Down

0 comments on commit 7c7d02e

Please sign in to comment.