summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhamza221 <hamzamahjoubi221@gmail.com>2023-09-22 16:42:18 +0200
committerhamza221 <hamzamahjoubi221@gmail.com>2023-09-22 16:42:18 +0200
commit2bfcd90cd0c5cabf2c4ac998613f79993ac2b95a (patch)
treef5f789cfbb5486f8990265e8119b2d5e150b1aa5
parenta9d4ae9eb9b6459717e9ed9512ed246839e04f6d (diff)
Fix lost contacts groups
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
-rw-r--r--src/components/ContactDetails.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index fb374002..35e17ed8 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -908,6 +908,7 @@ export default {
this.fixed = validate(localContact)
this.localContact = localContact
+ this.newGroupsValue = [...this.localContact.groups]
},
onCtrlSave(e) {