Skip to content

Commit

Permalink
Merge pull request #3625 from nextcloud/backport/3605/stable5.4
Browse files Browse the repository at this point in the history
[stable5.4] Fix:deselect groups and groups update
  • Loading branch information
hamza221 authored Sep 20, 2023
2 parents 9a885be + f5eb14f commit d7ee8ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/ContactDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</div>
<!-- new property select -->
<AddNewProp v-if="!isReadOnly"
Expand Down Expand Up @@ -1030,9 +1031,6 @@ section.contact-details {
display: none;
}
}
::v-deep .vs__deselect {
display: none;
}
#pick-addressbook-modal {
::v-deep .modal-container {
display: flex;
Expand Down

0 comments on commit d7ee8ab

Please sign in to comment.