mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +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);
|
updateConfig(configName, (_) => config, false, true);
|
||||||
}}
|
}}
|
||||||
transitionProps={{ duration: 200 }}
|
transitionProps={{ transition: 'slide-left' }}
|
||||||
>
|
>
|
||||||
<SettingsMenu newVersionAvailable={newVersionAvailable} />
|
<SettingsMenu newVersionAvailable={newVersionAvailable} />
|
||||||
</Drawer>
|
</Drawer>
|
||||||
|
|||||||
Reference in New Issue
Block a user