mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
fix fmt
This commit is contained in:
parent
e1efeec9ec
commit
9850bcf0e7
@ -103,7 +103,8 @@ const DashboardMasterPage: FunctionComponent<ComponentProps> = (
|
||||
|
||||
if (Navigation.getQueryStringByName('redirectUrl')) {
|
||||
Navigation.navigate(
|
||||
new Route(Navigation.getQueryStringByName('redirectUrl')!)
|
||||
new Route(Navigation.getQueryStringByName('redirectUrl')!),
|
||||
{ forceNavigate: true }
|
||||
);
|
||||
} else {
|
||||
Navigation.navigate(
|
||||
@ -115,7 +116,8 @@ const DashboardMasterPage: FunctionComponent<ComponentProps> = (
|
||||
: RouteUtil.populateRouteParams(
|
||||
RouteMap[PageMap.PREVIEW_OVERVIEW]!,
|
||||
statusPageId
|
||||
)
|
||||
),
|
||||
{ forceNavigate: true }
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user