Skip to content

Commit

Permalink
Merge pull request #50887 from nextcloud/backport/50814/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(systemtags): do not hide if no tags
  • Loading branch information
skjnldsv authored Feb 19, 2025
2 parents 2cb6e98 + 396f9ff commit d43d2b1
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 @@ -127,7 +127,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
Loading

0 comments on commit d43d2b1

Please sign in to comment.