fix: lint
This commit is contained in:
parent
2f1627c000
commit
4934fb1e0d
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user