mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-20 10:45:52 +00:00
Perf: vector queue and app ui (#1750)
This commit is contained in:
@@ -24,7 +24,7 @@ const CodeEditor = (props: Props) => {
|
||||
<MyEditor {...props} bg={'myGray.50'} defaultHeight={600} />
|
||||
</ModalBody>
|
||||
<ModalFooter>
|
||||
<Button mr={2} onClick={onClose}>
|
||||
<Button mr={2} onClick={onClose} px={6}>
|
||||
{t('common.Confirm')}
|
||||
</Button>
|
||||
</ModalFooter>
|
||||
|
Reference in New Issue
Block a user