🐛 Sidebars not working

This commit is contained in:
Meierschlumpf
2023-01-06 23:50:08 +01:00
parent 9608452bed
commit d26128af0e
8 changed files with 366 additions and 310 deletions

View File

@@ -20,6 +20,6 @@ export const MobileRibbonSidebarDrawer = ({
}}
{...props}
>
<DashboardSidebar location={location} />
<DashboardSidebar location={location} isGridstackReady />
</Drawer>
);