feat: migrate workspace setting with new design to setting modal (#2900)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
Qi
2023-06-28 22:45:33 +08:00
committed by GitHub
parent aabac9e921
commit db40cd35c6
33 changed files with 1540 additions and 141 deletions

View File

@@ -140,11 +140,7 @@ export const Setting: FC = () => {
return null;
}
return (
<SettingModal
open={openSettingModal}
setOpen={setOpenSettingModalAtom}
router={router}
/>
<SettingModal open={openSettingModal} setOpen={setOpenSettingModalAtom} />
);
};