add Corporate Context Provider
This commit is contained in:
@@ -90,6 +90,15 @@ export default function DashboardLayout() {
|
||||
sx={{
|
||||
display: { lg: 'flex' },
|
||||
minHeight: { lg: 1 },
|
||||
|
||||
pl: {
|
||||
xs: 2,
|
||||
lg: 0
|
||||
},
|
||||
pr: {
|
||||
xs: 2,
|
||||
lg: 0
|
||||
},
|
||||
}}
|
||||
>
|
||||
<DashboardHeader isCollapse={isCollapse} onOpenSidebar={() => setOpen(true)} />
|
||||
|
||||
Reference in New Issue
Block a user