We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c916856 + 96fa23c commit 350705bCopy full SHA for 350705b
1 file changed
src/views/Contacts.vue
@@ -7,10 +7,7 @@
7
<Content :app-name="appName">
8
<!-- new-contact-button + navigation + settings -->
9
<RootNavigation
10
- :contacts-list="contactsList"
11
- :loading="loadingContacts || loadingCircles"
12
- :selected-group="selectedGroup"
13
- :selected-contact="selectedContact">
+ :loading="loadingContacts || loadingCircles">
14
<div class="import-and-new-contact-buttons">
15
<SettingsImportContacts v-if="!loadingContacts && isEmptyGroup && !isChartView && !isCirclesView" />
16
<!-- new-contact-button -->
0 commit comments