fix: refs #6891 rollback customUrl

This commit is contained in:
Jorge Penadés 2024-05-07 17:33:12 +02:00
parent ff0e290963
commit 0a281b2b73
1 changed files with 0 additions and 2 deletions

View File

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