diff --git a/web/app/components/workflow/nodes/http/components/api-input.tsx b/web/app/components/workflow/nodes/http/components/api-input.tsx index d274f194a4..e75bce58fc 100644 --- a/web/app/components/workflow/nodes/http/components/api-input.tsx +++ b/web/app/components/workflow/nodes/http/components/api-input.tsx @@ -64,6 +64,7 @@ const ApiInput: FC = ({ /> = ({ {type === BodyType.rawText && ( Raw text} onChange={handleBodyValueChange} value={payload.data} @@ -138,6 +139,7 @@ const EditBody: FC = ({ {type === BodyType.json && ( = ({ list.map((item, index) => ( void @@ -21,6 +22,7 @@ type Props = { const InputItem: FC = ({ className, + instanceId, nodeId, value, onChange, @@ -51,6 +53,7 @@ const InputItem: FC = ({ {(!readOnly) ? ( = ({ {!hasValue &&
{placeholder}
} {hasValue && ( = ({ + instanceId, className, nodeId, readonly, @@ -50,6 +52,7 @@ const KeyValueItem: FC = ({
= ({