forked from verdnatura/salix-front
fix: refs #8197 not use yet
This commit is contained in:
parent
ed0730df22
commit
dd335ef409
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue