fix: itemType redirection and fix filters #878

Merged
carlossa merged 3 commits from fix_itemType-redirection into dev 2024-10-28 09:22:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bc8a87b267 - Show all commits

View File

@ -37,7 +37,7 @@ const $props = defineProps({
},
hiddenTags: {
type: Array,
default: () => ['filter', 'or', 'and'],
default: () => ['filter', 'search', 'or', 'and'],
},
customTags: {
type: Array,