Skip to content

Commit

Permalink
fix testing init state
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Feb 25, 2025
1 parent 38ab51c commit 62fd8b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import ResetSettingsDialog from '@app/containers/floating/Settings/sections/gene

export const ResetSettingsButton = () => {
const { t } = useTranslation('settings', { useSuspense: false });
const [open, setOpen] = useState(true);
const [open, setOpen] = useState(false);

return (
<>
Expand Down

0 comments on commit 62fd8b2

Please sign in to comment.