[MM-58304] Move global pluggable outside of new main-wrapper div (#27035)

Automatic Merge
Этот коммит содержится в:
Christopher Poile
2024-05-21 09:41:30 -04:00
коммит произвёл GitHub
родитель 4a77d9e964
Коммит 3490143e37
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@@ -126,11 +126,11 @@ exports[`components/Root Routes Should mount public product routes 1`] = `
/> />
<Connect(RootRedirect) /> <Connect(RootRedirect) />
</Switch> </Switch>
<Connect(Pluggable)
pluggableName="Global"
/>
<withRouter(Connect(SidebarRight)) /> <withRouter(Connect(SidebarRight)) />
</div> </div>
<Connect(Pluggable)
pluggableName="Global"
/>
<AppBar /> <AppBar />
<Connect(Component) /> <Connect(Component) />
</CompassThemeProvider> </CompassThemeProvider>

Просмотреть файл

@@ -619,9 +619,9 @@ export default class Root extends React.PureComponent<Props, State> {
/> />
<RootRedirect/> <RootRedirect/>
</Switch> </Switch>
<Pluggable pluggableName='Global'/>
<SidebarRight/> <SidebarRight/>
</div> </div>
<Pluggable pluggableName='Global'/>
<AppBar/> <AppBar/>
<SidebarRightMenu/> <SidebarRightMenu/>
</CompassThemeProvider> </CompassThemeProvider>