Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(systemtags): do not hide if no tags
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
skjnldsv authored and st3iny committed Feb 18, 2025
commit 0532c49e74641be11e573689187837f9c3d547e2
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.

Loading