0
0
Fork 0

fix: refs #8197 not use yet

This commit is contained in:
Alex Moreno 2025-01-13 12:18:52 +01:00
parent ed0730df22
commit dd335ef409
1 changed files with 10 additions and 12 deletions

View File

@ -78,7 +78,6 @@ watch(
</script>
<template>
<Teleport to="#section-searchbar" v-if="stateStore.isHeaderMounted()">
<VnSearchbar
:data-key="dataKey"
:user-params="catalogParams"
@ -89,7 +88,6 @@ watch(
:info="t('You can search items by name or id')"
:search-remove-params="false"
/>
</Teleport>
<Teleport to="#right-panel" v-if="stateStore.isHeaderMounted()">
<OrderCatalogFilter
:data-key="dataKey"