[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) />
</Switch>
<Connect(Pluggable)
pluggableName="Global"
/>
<withRouter(Connect(SidebarRight)) />
</div>
<Connect(Pluggable)
pluggableName="Global"
/>
<AppBar />
<Connect(Component) />
</CompassThemeProvider>

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

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