Skip to content

Commit 6c8c80d

Browse files
committed
fix(systemtags): do not hide if no tags
Signed-off-by: skjnldsv <[email protected]>
1 parent f73c34b commit 6c8c80d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/systemtags/src/components/SystemTags.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export default Vue.extend({
117117
this.loadingTags = true
118118
try {
119119
this.selectedTags = await fetchTagsForFile(this.fileId)
120-
this.$emit('has-tags', this.selectedTags.length > 0)
121120
} catch (error) {
122121
showError(t('systemtags', 'Failed to load selected tags'))
123122
}

0 commit comments

Comments
 (0)