fix: can not choose emoji (#716)

pull/721/head
bowen 3 years ago committed by GitHub
parent e18211ffea
commit 9485cc9308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}/>

Loading…
Cancel
Save