Merge branch 'develop' into 'feature/profile_and_icons'

# Conflicts:
#   src/components/layouts/dashboard/headerWithSidebar/index.jsx
#   src/core/components/SidebarMenu.jsx
This commit is contained in:
AmirHossein Mahmoodi
2024-08-19 10:15:36 +00:00
45 changed files with 848 additions and 430 deletions

View File

@@ -117,7 +117,7 @@ const SidebarMenu = () => {
<Profile />
{
userPermissions && (
<List sx={{ overflow: "auto" }} disablePadding dense>
<List sx={{ overflow: "auto", flex: 1 }} disablePadding dense>
{menuItems.map((menuItem) => {
return <SidebarListItems dispatch={dispatch} key={menuItem.id} menuItem={menuItem} />;
})}