Skip to content

Commit

Permalink
add mainContainerId in Page component in AppLayout.tsx (EnMasseProjec…
Browse files Browse the repository at this point in the history
…t#5037)

(cherry picked from commit 27439ba)
  • Loading branch information
drcoolsanjeev authored and k-wall committed Jul 21, 2020
1 parent c98d6da commit 3dfac5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion console/console-init/ui/src/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ const AppLayout: React.FC = () => {
<ApolloProvider client={client}>
<RootModal />
<AppLayoutContext.Provider value={{ setBreadcrumb: handleSetBreadcrumb }}>
<Page header={header} breadcrumb={breadcrumb}>
<Page
header={header}
breadcrumb={breadcrumb}
mainContainerId="main-container"
>
<NetworkStatusAlert />
<ServerMessageAlert />
<AppRoutes />
Expand Down

0 comments on commit 3dfac5c

Please sign in to comment.