From 3766fe222a61083084841428d522f5f4819276d8 Mon Sep 17 00:00:00 2001 From: Meierschlumpf Date: Sun, 23 Jul 2023 11:39:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20sidebar=20drawer=20not=20w?= =?UTF-8?q?orking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dashboard/Mobile/Ribbon/MobileRibbonSidebarDrawer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Dashboard/Mobile/Ribbon/MobileRibbonSidebarDrawer.tsx b/src/components/Dashboard/Mobile/Ribbon/MobileRibbonSidebarDrawer.tsx index fc4a2c153..d4cafd2c4 100644 --- a/src/components/Dashboard/Mobile/Ribbon/MobileRibbonSidebarDrawer.tsx +++ b/src/components/Dashboard/Mobile/Ribbon/MobileRibbonSidebarDrawer.tsx @@ -28,6 +28,7 @@ export const MobileRibbonSidebarDrawer = ({ width: '100%', }, }} + transitionProps={{ transition: `slide-${location === 'right' ? 'left' : 'right'}` }} {...props} >