mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 09:25:47 +01:00
🐛 Add transition manually to settings drawer
This commit is contained in:
@@ -54,7 +54,7 @@ export function SettingsDrawer({
|
||||
|
||||
updateConfig(configName, (_) => config, false, true);
|
||||
}}
|
||||
transitionProps={{ duration: 200 }}
|
||||
transitionProps={{ transition: 'slide-left' }}
|
||||
>
|
||||
<SettingsMenu newVersionAvailable={newVersionAvailable} />
|
||||
</Drawer>
|
||||
|
||||
Reference in New Issue
Block a user