summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhamza221 <hamzamahjoubi221@gmail.com>2023-05-31 21:41:39 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-06-15 09:17:26 +0000
commitaa9d741667c75eabfda255af102552f7cbe4b85d (patch)
tree62c735bd5f3c97dd1cc156fdecd6b5fc48dcb94c
parentec6dafd1b7c22695c14b732ab7762b279d7fcdc6 (diff)
Fix: Search for new sharees of an addressbook
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
-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">