mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 08:37:59 +00:00
@@ -97,7 +97,13 @@ const PromptEditor = ({
|
||||
/>
|
||||
)}
|
||||
</Box>
|
||||
<MyModal isOpen={isOpen} onClose={onClose} iconSrc="modal/edit" title={title} w={'full'}>
|
||||
<MyModal
|
||||
isOpen={isOpen}
|
||||
onClose={onClose}
|
||||
iconSrc="modal/edit"
|
||||
title={title || t('common:Edit')}
|
||||
w={'full'}
|
||||
>
|
||||
<ModalBody>
|
||||
<Editor
|
||||
minH={400}
|
||||
|
Reference in New Issue
Block a user