Skip to content

Commit

Permalink
Merge pull request #3628 from nextcloud/Fix/lost-contact-groups
Browse files Browse the repository at this point in the history
Fix lost contact groups
  • Loading branch information
hamza221 authored Sep 22, 2023
2 parents a9d4ae9 + 2bfcd90 commit f873f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ContactDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ export default {
this.fixed = validate(localContact)

this.localContact = localContact
this.newGroupsValue = [...this.localContact.groups]
},

onCtrlSave(e) {
Expand Down

0 comments on commit f873f83

Please sign in to comment.