diff --git a/src/components/ui/VnFilterPanel.vue b/src/components/ui/VnFilterPanel.vue index e987a3fb0..67f6f387b 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', 'search', 'or', 'and'], + default: () => ['filter', 'or', 'and'], }, customTags: { type: Array, diff --git a/src/pages/Account/AccountFilter.vue b/src/pages/Account/AccountFilter.vue index 46fac875a..50c3ee1ac 100644 --- a/src/pages/Account/AccountFilter.vue +++ b/src/pages/Account/AccountFilter.vue @@ -31,7 +31,6 @@ const rolesOptions = ref([]); diff --git a/src/pages/Account/Acls/AclFilter.vue b/src/pages/Account/Acls/AclFilter.vue index 8609672b6..8035f92b8 100644 --- a/src/pages/Account/Acls/AclFilter.vue +++ b/src/pages/Account/Acls/AclFilter.vue @@ -37,11 +37,7 @@ onBeforeMount(() => { @on-fetch="(data) => (rolesOptions = data)" auto-load /> - +