Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-11-19 16:32:16 +01:00
Родитель 597565f88d
Коммит cca1e22be7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -125,13 +125,15 @@ export default {
}
return addable
})
} return []
}
return []
},
addableGroups() {
if (this.searchResults !== []) {
return this.searchResults.filter((item) => item.source === 'groups')
} return []
}
}
return []
},
},
beforeMount() {