diff --git a/src/components/ui/VnFilterPanel.vue b/src/components/ui/VnFilterPanel.vue index 8ee9b90a1..386594750 100644 --- a/src/components/ui/VnFilterPanel.vue +++ b/src/components/ui/VnFilterPanel.vue @@ -6,7 +6,6 @@ import { useRoute } from 'vue-router'; import toDate from 'filters/toDate'; import useRedirect from 'src/composables/useRedirect'; import VnFilterPanelChip from 'components/ui/VnFilterPanelChip.vue'; -import { useStateStore } from 'src/stores/useStateStore'; const { t } = useI18n(); const props = defineProps({ @@ -54,7 +53,6 @@ const emit = defineEmits(['refresh', 'clear', 'search', 'init', 'remove']); const arrayData = useArrayData(props.dataKey, { exprBuilder: props.exprBuilder, }); -const stateStore = useStateStore(); const route = useRoute(); const store = arrayData.store; const userParams = ref({}); @@ -170,15 +168,6 @@ function formatValue(value) {