mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00
fix curl create plugin button (#4976)
This commit is contained in:
@@ -312,6 +312,11 @@ const CreateModal = ({ onClose, type }: { type: CreateAppType; onClose: () => vo
|
|||||||
</ModalBody>
|
</ModalBody>
|
||||||
|
|
||||||
<ModalFooter gap={4}>
|
<ModalFooter gap={4}>
|
||||||
|
{!isTemplateMode && (
|
||||||
|
<Button variant={'primary'} onClick={handleSubmit((data) => onclickCreate(data))}>
|
||||||
|
{t('common:Confirm')}
|
||||||
|
</Button>
|
||||||
|
)}
|
||||||
<Button variant={'whiteBase'} onClick={onClose}>
|
<Button variant={'whiteBase'} onClick={onClose}>
|
||||||
{t('common:Close')}
|
{t('common:Close')}
|
||||||
</Button>
|
</Button>
|
||||||
|
Reference in New Issue
Block a user