mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
fix: can not choose emoji (#716)
This commit is contained in:
@@ -45,7 +45,7 @@ const CreateAppModal = ({
|
|||||||
<>
|
<>
|
||||||
<Modal
|
<Modal
|
||||||
isShow={show}
|
isShow={show}
|
||||||
onClose={onHide}
|
onClose={() => {}}
|
||||||
className={cn(s.modal, '!max-w-[480px]', 'px-8')}
|
className={cn(s.modal, '!max-w-[480px]', 'px-8')}
|
||||||
>
|
>
|
||||||
<span className={s.close} onClick={onHide}/>
|
<span className={s.close} onClick={onHide}/>
|
||||||
|
|||||||
Reference in New Issue
Block a user