perf: qa default value

This commit is contained in:
archer
2023-09-07 17:30:04 +08:00
parent 1b7f87752a
commit 971c9cb291
6 changed files with 37 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ const CreateFileModal = ({
});
return (
<MyModal title={t('file.Create File')} isOpen onClose={onClose} w={'600px'} top={'15vh'}>
<MyModal title={t('file.Create File')} isOpen onClose={() => {}} w={'600px'} top={'15vh'}>
<ModalBody>
<Box mb={1} fontSize={'sm'}>