mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(systemtags): do not hide if no tags
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
c87a6ba811
commit
2774f04303
1 changed files with 0 additions and 1 deletions
|
|
@ -117,7 +117,6 @@ export default Vue.extend({
|
|||
this.loadingTags = true
|
||||
try {
|
||||
this.selectedTags = await fetchTagsForFile(this.fileId)
|
||||
this.$emit('has-tags', this.selectedTags.length > 0)
|
||||
} catch (error) {
|
||||
showError(t('systemtags', 'Failed to load selected tags'))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue