diff --git a/apps/frontend/src/pages/[type]/[id]/settings/tags.vue b/apps/frontend/src/pages/[type]/[id]/settings/tags.vue index cf4f41e76..138f2c775 100644 --- a/apps/frontend/src/pages/[type]/[id]/settings/tags.vue +++ b/apps/frontend/src/pages/[type]/[id]/settings/tags.vue @@ -205,7 +205,6 @@ const categoryLists = computed(() => { return lists; }); -// Warning computeds based on the nags const tooManyTagsWarning = computed(() => { const tagCount = selectedTags.value.length; if (tagCount > 5) {