summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorhamza221 <hamzamahjoubi221@gmail.com>2023-05-31 21:41:39 +0200
committerhamza221 <hamzamahjoubi221@gmail.com>2023-05-31 21:41:39 +0200
commita8b218969b9bf0b69799ed5f6e35e53883bd527b (patch)
treef82e903e91f2d0ed8f33b975034a84c2051080f9 /src
parent7c19ff199747415f5e37b5619585e0b90bdd6a7d (diff)
Fix: Search for new sharees of an addressbook
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
Diffstat (limited to 'src')
-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">