🐛 Fix items not being draggable to sidebars

This commit is contained in:
Manuel
2023-01-16 17:59:21 +01:00
parent 0efc9ebb55
commit 0e4f9137e0

View File

@@ -50,6 +50,7 @@ const SidebarInner = ({ location }: DashboardSidebarInnerProps) => {
className="grid-stack grid-stack-sidebar"
style={{
transitionDuration: '0s',
height: '100%',
}}
data-sidebar={location}
// eslint-disable-next-line react/no-unknown-property