LFFE-28 Merge branch 'bugfix/LFFE-28_sidebar_in_mobile' into 'develop'
This commit is contained in:
@@ -51,6 +51,7 @@ const SidebarListItem = ({item, dispatch, handleDrawerToggle}) => {
|
||||
if (hasSubItems) {
|
||||
dispatch({type: "COLLAPSE_MENU", key: item.key});
|
||||
}
|
||||
handleDrawerToggle()
|
||||
}}
|
||||
sx={{
|
||||
minHeight: 48,
|
||||
|
||||
@@ -43,6 +43,9 @@ const SidebarListSubItem = ({item, handleDrawerToggle}) => {
|
||||
to={{
|
||||
pathname: subitem.route,
|
||||
}}
|
||||
onClick={() => {
|
||||
handleDrawerToggle()
|
||||
}}
|
||||
sx={{
|
||||
minHeight: 48,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user