Merge pull request #50888 from nextcloud/backport/50814/stable30

[stable30] fix(systemtags): do not hide if no tags
This commit is contained in:
Ferdinand Thiessen 2025-02-18 21:39:15 +01:00 committed by GitHub
commit bcf07e9860
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View file

@ -115,7 +115,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'))
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long