force use centered content

This commit is contained in:
SrGooglo 2023-08-26 10:29:09 +00:00
parent 81c726a040
commit f9f784b871

View File

@ -64,6 +64,8 @@ export class PagePanelWithNavMenu extends React.Component {
app.layout.top_bar.shouldUseTopBarSpacer(true)
app.layout.toggleCenteredContent(false)
}
app.layout.toggleCenteredContent(true)
}
componentWillUnmount() {