We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73c34b commit 6c8c80dCopy full SHA for 6c8c80d
1 file changed
apps/systemtags/src/components/SystemTags.vue
@@ -117,7 +117,6 @@ export default Vue.extend({
117
this.loadingTags = true
118
try {
119
this.selectedTags = await fetchTagsForFile(this.fileId)
120
- this.$emit('has-tags', this.selectedTags.length > 0)
121
} catch (error) {
122
showError(t('systemtags', 'Failed to load selected tags'))
123
}
0 commit comments