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 2 additions and 0 deletions
Showing only changes of commit e9f5c0cc8d - Show all commits

View File

@ -21,6 +21,7 @@ const props = defineProps({
searchbarUrl: { type: String, default: undefined },
searchbarLabel: { type: String, default: '' },
searchbarInfo: { type: String, default: '' },
customRouteRedirectName: { type: String, default: undefined },
});
const { t } = useI18n();
@ -58,6 +59,7 @@ if (props.baseUrl) {
:url="props.searchbarUrl"
:label="t(props.searchbarLabel)"
:info="t(props.searchbarInfo)"
:custom-route-redirect-name="props.customRouteRedirectName"
/>
</Teleport>
<QDrawer v-model="stateStore.leftDrawer" show-if-above :width="256">