mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 06:29:03 +08:00
fix: can not choose emoji (#716)
This commit is contained in:
parent
e18211ffea
commit
9485cc9308
@ -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}/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user