🐛 Fix sidebar drawer not working

This commit is contained in:
Meierschlumpf
2023-07-23 11:39:13 +02:00
parent e528c006d7
commit 3766fe222a

View File

@@ -28,6 +28,7 @@ export const MobileRibbonSidebarDrawer = ({
width: '100%',
},
}}
transitionProps={{ transition: `slide-${location === 'right' ? 'left' : 'right'}` }}
{...props}
>
<DashboardSidebar location={location} isGridstackReady />