fix: can not choose emoji (#716)

This commit is contained in:
bowen 2023-08-02 15:22:27 +08:00 committed by GitHub
parent e18211ffea
commit 9485cc9308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ const CreateAppModal = ({
<>
<Modal
isShow={show}
onClose={onHide}
onClose={() => {}}
className={cn(s.modal, '!max-w-[480px]', 'px-8')}
>
<span className={s.close} onClick={onHide}/>