fix: can not choose emoji (#716)
This commit is contained in:
parent
e18211ffea
commit
9485cc9308
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue