summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamza <40746210+hamza221@users.noreply.github.com>2023-09-22 17:01:56 +0200
committerGitHub <noreply@github.com>2023-09-22 17:01:56 +0200
commitf873f83ee10a78c8ed94806524e21be0eccd1b76 (patch)
treef5f789cfbb5486f8990265e8119b2d5e150b1aa5
parenta9d4ae9eb9b6459717e9ed9512ed246839e04f6d (diff)
parent2bfcd90cd0c5cabf2c4ac998613f79993ac2b95a (diff)
Merge pull request #3628 from nextcloud/Fix/lost-contact-groups
Fix lost contact groups
-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) {