summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2023-05-31 21:52:58 +0200
committerGitHub <noreply@github.com>2023-05-31 21:52:58 +0200
commit8f2cc77550dc10fb633c2fe7cac6e48a2496ca5f (patch)
treef82e903e91f2d0ed8f33b975034a84c2051080f9
parent7c19ff199747415f5e37b5619585e0b90bdd6a7d (diff)
parenta8b218969b9bf0b69799ed5f6e35e53883bd527b (diff)
Merge pull request #3425 from nextcloud/fix/search-share
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 7fdd79c0..05b24893 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">