From 8c3d32ec8621a939f70cff216bfac81650cbfcd5 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 29 Apr 2024 10:12:50 +0200 Subject: [PATCH] fix: remove VnFilterPanel inside Summary --- src/pages/Shelving/Card/ShelvingSummary.vue | 47 ++++----------------- 1 file changed, 8 insertions(+), 39 deletions(-) diff --git a/src/pages/Shelving/Card/ShelvingSummary.vue b/src/pages/Shelving/Card/ShelvingSummary.vue index 49470719e..649799b00 100644 --- a/src/pages/Shelving/Card/ShelvingSummary.vue +++ b/src/pages/Shelving/Card/ShelvingSummary.vue @@ -20,14 +20,14 @@ const router = useRouter(); const { t } = useI18n(); const entityId = computed(() => $props.id || route.params.id); -const isDialog = Boolean($props.id); -const hideRightDrawer = () => { - if (!isDialog) { - stateStore.rightDrawer = false; - } -}; -onMounted(hideRightDrawer); -onUnmounted(hideRightDrawer); +const isDialog = false; +// const hideRightDrawer = () => { +// if (!isDialog) { +// stateStore.rightDrawer = false; +// } +// }; +// onMounted(hideRightDrawer); +// onUnmounted(hideRightDrawer); const filter = { include: [ { @@ -46,23 +46,6 @@ const filter = {