mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-05 04:55:58 +01:00
🐛 Fix issue with drawer transition
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
import { Drawer, Tabs, Title } from '@mantine/core';
|
import { Drawer, Tabs, Title } from '@mantine/core';
|
||||||
import { useTranslation } from 'next-i18next';
|
import { useTranslation } from 'next-i18next';
|
||||||
|
|
||||||
import { useConfigContext } from '../../config/provider';
|
import { useConfigContext } from '../../config/provider';
|
||||||
import { useConfigStore } from '../../config/store';
|
import { useConfigStore } from '../../config/store';
|
||||||
|
|
||||||
import CommonSettings from './Common/CommonSettings';
|
import CommonSettings from './Common/CommonSettings';
|
||||||
import CustomizationSettings from './Customization/CustomizationSettings';
|
import CustomizationSettings from './Customization/CustomizationSettings';
|
||||||
|
|
||||||
@@ -54,6 +54,7 @@ export function SettingsDrawer({
|
|||||||
|
|
||||||
updateConfig(configName, (_) => config, false, true);
|
updateConfig(configName, (_) => config, false, true);
|
||||||
}}
|
}}
|
||||||
|
transitionProps={{ duration: 200 }}
|
||||||
>
|
>
|
||||||
<SettingsMenu newVersionAvailable={newVersionAvailable} />
|
<SettingsMenu newVersionAvailable={newVersionAvailable} />
|
||||||
</Drawer>
|
</Drawer>
|
||||||
|
|||||||
Reference in New Issue
Block a user