Merge pull request #1205 from ajnart/fix/sidebar-drawer-not-working
This commit is contained in:
@@ -28,6 +28,7 @@ export const MobileRibbonSidebarDrawer = ({
|
|||||||
width: '100%',
|
width: '100%',
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
transitionProps={{ transition: `slide-${location === 'right' ? 'left' : 'right'}` }}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
<DashboardSidebar location={location} isGridstackReady />
|
<DashboardSidebar location={location} isGridstackReady />
|
||||||
|
|||||||
Reference in New Issue
Block a user