#6891 showRightSideFilterPanel #353

Merged
jorgep merged 48 commits from 6891-showRightSideFilterPanel into dev 2024-05-15 13:39:23 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 0a281b2b73 - Show all commits

View File

@ -20,7 +20,6 @@ const props = defineProps({
searchUrl: { type: String, default: undefined },
searchbarLabel: { type: String, default: '' },
searchbarInfo: { type: String, default: '' },
customRouteRedirectName: { type: String, default: undefined },
});
const stateStore = useStateStore();
@ -58,7 +57,6 @@ if (props.baseUrl) {
:url="props.searchUrl"
:label="props.searchbarLabel"
:info="props.searchbarInfo"
:custom-route-redirect-name="props.customRouteRedirectName"
/>
</slot>
</Teleport>