7489-testToMaster #408

Merged
alexm merged 292 commits from 7489-testToMaster into master 2024-05-28 05:33:17 +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>