Unverified Commit 9485cc93 authored by bowen's avatar bowen Committed by GitHub

fix: can not choose emoji (#716)

parent e18211ff
......@@ -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}/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment