Skip to content

Commit

Permalink
Fix: extra primary elements
Browse files Browse the repository at this point in the history
Signed-off-by: hamza mahjoubi <[email protected]>
  • Loading branch information
hamza221 committed Dec 20, 2023
1 parent d88ea9a commit 4aead8e
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 4aead8e

Please sign in to comment.