From 9ba22a8b6e4e842f0671342c31690d98e02754d4 Mon Sep 17 00:00:00 2001 From: hamza221 Date: Mon, 11 Sep 2023 22:49:06 +0200 Subject: [PATCH] Fix/deselect groups and groups update Signed-off-by: hamza221 --- src/components/ContactDetails.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue index 8fa370f43..fb374002c 100644 --- a/src/components/ContactDetails.vue +++ b/src/components/ContactDetails.vue @@ -304,7 +304,8 @@ :value.sync="localContact.groups" :contact="contact" :is-read-only="isReadOnly" - class="property--groups property--last" /> + class="property--groups property--last" + @update:value="updateGroups" />