mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 15:41:05 +00:00
@@ -128,7 +128,7 @@ const InputRender = (props: InputRenderProps) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (inputType === InputTypeEnum.JSONEditor) {
|
if (inputType === InputTypeEnum.JSONEditor) {
|
||||||
return <JSONEditor {...commonProps} />;
|
return <JSONEditor {...commonProps} resize />;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (inputType === InputTypeEnum.selectLLMModel) {
|
if (inputType === InputTypeEnum.selectLLMModel) {
|
||||||
|
@@ -54,7 +54,7 @@ const VariablePopover = ({
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
{({ onClose }) => (
|
{({ onClose }) => (
|
||||||
<Box p={4} maxH={'60vh'}>
|
<Box p={4} maxH={'60vh'} overflow={'auto'}>
|
||||||
{hasExternalVariable && (
|
{hasExternalVariable && (
|
||||||
<Box textAlign={'left'}>
|
<Box textAlign={'left'}>
|
||||||
<Flex
|
<Flex
|
||||||
|
Reference in New Issue
Block a user