From a5a39455823e1302f09239001cf025ac7420571e Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Wed, 26 Jun 2024 12:26:05 +0000 Subject: [PATCH] feat: remove button from panel --- src/components/ui/VnFilterPanel.vue | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/components/ui/VnFilterPanel.vue b/src/components/ui/VnFilterPanel.vue index 3c1a4c8a5..f6241ffe8 100644 --- a/src/components/ui/VnFilterPanel.vue +++ b/src/components/ui/VnFilterPanel.vue @@ -55,6 +55,7 @@ const $props = defineProps({ }, }); +defineExpose({ search }); const emit = defineEmits(['refresh', 'clear', 'search', 'init', 'remove']); const arrayData = useArrayData($props.dataKey, { @@ -248,23 +249,6 @@ function formatValue(value) { -