summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2023-06-15 12:27:03 +0200
committerGitHub <noreply@github.com>2023-06-15 12:27:03 +0200
commit4d266dd65a9cfd225792dd01187c778452befb98 (patch)
tree62c735bd5f3c97dd1cc156fdecd6b5fc48dcb94c
parentec6dafd1b7c22695c14b732ab7762b279d7fcdc6 (diff)
parentaa9d741667c75eabfda255af102552f7cbe4b85d (diff)
Merge pull request #3456 from nextcloud/backport/3425/stable5.3
[stable5.3] Fix: Search for new sharees of an addressbook
-rw-r--r--src/components/AppNavigation/Settings/SettingsAddressbookShare.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/Settings/SettingsAddressbookShare.vue b/src/components/AppNavigation/Settings/SettingsAddressbookShare.vue
index 5b072b67..97272c17 100644
--- a/src/components/AppNavigation/Settings/SettingsAddressbookShare.vue
+++ b/src/components/AppNavigation/Settings/SettingsAddressbookShare.vue
@@ -34,7 +34,7 @@
open-direction="bottom"
track-by="user"
label="displayName"
- @search-change="findSharee"
+ @search="findSharee"
@input="shareAddressbook" />
<!-- list of user or groups addressbook is shared with -->
<ul v-if="addressbook.shares.length > 0" class="addressbook-shares__list">