зеркало из https://github.com/nextcloud/spreed.git
Fix eslint
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
597565f88d
Коммит
cca1e22be7
|
@ -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() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче