From bc8a87b267921f339843e6639de268a55a482938 Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 28 Oct 2024 09:58:07 +0100 Subject: [PATCH] chore: typo --- src/components/ui/VnFilterPanel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/VnFilterPanel.vue b/src/components/ui/VnFilterPanel.vue index e902214b2..43d634ad9 100644 --- a/src/components/ui/VnFilterPanel.vue +++ b/src/components/ui/VnFilterPanel.vue @@ -37,7 +37,7 @@ const $props = defineProps({ }, hiddenTags: { type: Array, - default: () => ['filter', 'or', 'and'], + default: () => ['filter', 'search', 'or', 'and'], }, customTags: { type: Array,