Skip to content

Commit 350705b

Browse files
authored
Merge pull request #5372 from nextcloud/fix/dom-serialization
fix(Contacts): dom serialization
2 parents c916856 + 96fa23c commit 350705b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/views/Contacts.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
<Content :app-name="appName">
88
<!-- new-contact-button + navigation + settings -->
99
<RootNavigation
10-
:contacts-list="contactsList"
11-
:loading="loadingContacts || loadingCircles"
12-
:selected-group="selectedGroup"
13-
:selected-contact="selectedContact">
10+
:loading="loadingContacts || loadingCircles">
1411
<div class="import-and-new-contact-buttons">
1512
<SettingsImportContacts v-if="!loadingContacts && isEmptyGroup && !isChartView && !isCirclesView" />
1613
<!-- new-contact-button -->

0 commit comments

Comments
 (0)