Merge pull request #1205 from ajnart/fix/sidebar-drawer-not-working

This commit is contained in:
Thomas Camlong
2023-07-23 19:19:07 +09:00
committed by GitHub

View File

@@ -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 />