summaryrefslogtreecommitdiffstats
path: root/src/views/Contacts.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Contacts.vue')
-rw-r--r--src/views/Contacts.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/views/Contacts.vue b/src/views/Contacts.vue
index 64c2d902..53f134e7 100644
--- a/src/views/Contacts.vue
+++ b/src/views/Contacts.vue
@@ -234,6 +234,7 @@ export default {
mounted() {
// Register search
+ // eslint-disable-next-line @nextcloud/no-removed-apis
this.search = new OCA.Search(this.search, this.resetSearch)
if (this.isCirclesEnabled) {
@@ -351,7 +352,7 @@ export default {
Promise.all(this.addressbooks
.map(addressbook => {
return this.$store.dispatch('getContactsFromAddressBook', { addressbook })
- })
+ }),
).then(results => {
this.loadingContacts = false
if (!this.isMobile && !this.selectedChart) {