- Fix - A non-admin user would get permission denied on all pages.
This commit is contained in:
parent
3828411faf
commit
564c83720b
3 changed files with 6 additions and 8 deletions
|
|
@ -116,10 +116,7 @@ class Root extends Component {
|
|||
structure = {
|
||||
title: t('home'),
|
||||
link: '/',
|
||||
localResolve: {
|
||||
configItems: params => `rest/settings`
|
||||
},
|
||||
panelRender: props => <Home configItems={props.resolved.configItems} />,
|
||||
panelRender: props => <Home />,
|
||||
primaryMenuComponent: MainMenu,
|
||||
children: {
|
||||
...login.getMenus(t),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue