diff --git a/src/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue b/src/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue index 3b4a5b0491..0db51ea899 100644 --- a/src/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue +++ b/src/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue @@ -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') {