Remove shallow routing (#3401)
parent
4dec3fb97c
commit
f43bfd308b
|
@ -24,7 +24,7 @@ const tabs = [
|
||||||
export default function BookingsShell({ children }: { children: React.ReactNode }) {
|
export default function BookingsShell({ children }: { children: React.ReactNode }) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<NavTabs tabs={tabs} linkProps={{ shallow: true }} />
|
<NavTabs tabs={tabs} />
|
||||||
<main>{children}</main>
|
<main>{children}</main>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
|
@ -100,4 +100,4 @@ whereby:whereby_installAppButton,
|
||||||
wipemycalother:wipemycalother_installAppButton,
|
wipemycalother:wipemycalother_installAppButton,
|
||||||
zapier:zapier_installAppButton,
|
zapier:zapier_installAppButton,
|
||||||
zoomvideo:zoomvideo_installAppButton,
|
zoomvideo:zoomvideo_installAppButton,
|
||||||
};
|
};
|
|
@ -49,4 +49,4 @@ whereby:whereby_api,
|
||||||
wipemycalother:wipemycalother_api,
|
wipemycalother:wipemycalother_api,
|
||||||
zapier:zapier_api,
|
zapier:zapier_api,
|
||||||
zoomvideo:zoomvideo_api,
|
zoomvideo:zoomvideo_api,
|
||||||
};
|
};
|
Loading…
Reference in New Issue