fix SettingsContainer: settings were extended by the backups component

how tf did i miss this


Co-authored-by: Victor B. <contact@itsvic.dev>
This commit is contained in:
Ivy 2024-06-11 13:00:00 +02:00 committed by GitHub
parent 62e1fc9753
commit 83030d928f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,8 @@ import CopyOnClick from '@/components/elements/CopyOnClick';
import { ip } from '@/lib/formatters';
import { Button } from '@/components/elements/button/index';
import BeforeContent from '@/blueprint/components/Server/Backups/BeforeContent';
import AfterContent from '@/blueprint/components/Server/Backups/AfterContent';
import BeforeContent from '@/blueprint/components/Server/Settings/BeforeContent';
import AfterContent from '@/blueprint/components/Server/Settings/AfterContent';
export default () => {
const username = useStoreState((state) => state.user.data!.username);