summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhamza221 <hamzamahjoubi221@gmail.com>2023-09-22 16:42:18 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-09-22 15:05:11 +0000
commit3525257fc8a4f6e83668783a65cf164a40fba1e4 (patch)
tree29b1e2d58ab1da64e1e2a8109a8a94922c7dbfaa
parentfc1c6aa3fdd795b3969d6d8d1d53b8aac4f87b7f (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) {