diff --git a/web/app/components/workflow/nodes/_base/components/input-support-select-var.tsx b/web/app/components/workflow/nodes/_base/components/input-support-select-var.tsx index cdb0c9dbec..890fb68d1c 100644 --- a/web/app/components/workflow/nodes/_base/components/input-support-select-var.tsx +++ b/web/app/components/workflow/nodes/_base/components/input-support-select-var.tsx @@ -50,19 +50,12 @@ const Editor: FC = ({ placeholder={placeholder} placeholderClassName={placeholderClassName} value={value} - outToolDisabled - canNotAddContext contextBlock={{ show: false, selectable: false, datasets: [], onAddContext: () => { }, }} - variableBlock={{ - variables: [], - externalTools: [], - onAddExternalTool: () => { }, - }} historyBlock={{ show: false, selectable: false, @@ -78,7 +71,6 @@ const Editor: FC = ({ }} workflowVariableBlock={{ show: true, - selectable: true, variables: nodesOutputVars || [], getWorkflowNode: getNode, }} 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 2b6d81dec5..9f1136527f 100644 --- a/web/app/components/workflow/nodes/http/components/api-input.tsx +++ b/web/app/components/workflow/nodes/http/components/api-input.tsx @@ -58,7 +58,7 @@ const ApiInput: FC = ({ onChange={onMethodChange} options={MethodOptions} trigger={ -
+
{method}
{!readonly && }