Skip to content

Commit

Permalink
Merge pull request #50888 from nextcloud/backport/50814/stable30
Browse files Browse the repository at this point in the history
[stable30] fix(systemtags): do not hide if no tags
  • Loading branch information
susnux authored Feb 18, 2025
2 parents 6de6f5a + 0532c49 commit bcf07e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion apps/systemtags/src/components/SystemTags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
}
Expand Down
4 changes: 2 additions & 2 deletions dist/files-sidebar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-sidebar.js.map

Large diffs are not rendered by default.

0 comments on commit bcf07e9

Please sign in to comment.