selected nested sidebar
This commit is contained in:
@@ -4,6 +4,7 @@ import {Box, Drawer, IconButton, Paper, styled, Toolbar, Typography} from "@mui/
|
||||
import MuiAppBar from '@mui/material/AppBar';
|
||||
import MenuIcon from '@mui/icons-material/Menu';
|
||||
import ChevronRightIcon from '@mui/icons-material/ChevronRight';
|
||||
import SidebarMenu from "@/core/components/SidebarMenu";
|
||||
|
||||
const drawerWidth = 260;
|
||||
|
||||
@@ -82,6 +83,7 @@ const HeaderWithSidebar = ({children}) => {
|
||||
<ChevronRightIcon/>
|
||||
</IconButton>
|
||||
</DrawerHeader>
|
||||
<SidebarMenu />
|
||||
</Drawer>
|
||||
<Main elevation={0} open={open}>
|
||||
<DrawerHeader/>
|
||||
|
||||
Reference in New Issue
Block a user