mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
🐛 Fix sidebar drawer not working
This commit is contained in:
@@ -28,6 +28,7 @@ export const MobileRibbonSidebarDrawer = ({
|
||||
width: '100%',
|
||||
},
|
||||
}}
|
||||
transitionProps={{ transition: `slide-${location === 'right' ? 'left' : 'right'}` }}
|
||||
{...props}
|
||||
>
|
||||
<DashboardSidebar location={location} isGridstackReady />
|
||||
|
||||
Reference in New Issue
Block a user