Skip to content

Commit

Permalink
Merge pull request #4331 from nextcloud/fix/stable7-settings-select-g…
Browse files Browse the repository at this point in the history
…roup-computed
  • Loading branch information
Pytal committed Jul 13, 2023
2 parents 715b6d5 + 96d159a commit 5755615
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -111,9 +111,6 @@ export default {
},
computed: {
inputValue() {
return this.getValueObject()
},
getValueObject() {
return this.value.filter((group) => group !== '' && typeof group !== 'undefined').map(
(id) => {
if (typeof this.groups[id] === 'undefined') {
Expand Down

0 comments on commit 5755615

Please sign in to comment.