diff --git a/web/app/components/workflow/nodes/tool/components/input-var-list.tsx b/web/app/components/workflow/nodes/tool/components/input-var-list.tsx index 931c42f2c2..41be301a4b 100644 --- a/web/app/components/workflow/nodes/tool/components/input-var-list.tsx +++ b/web/app/components/workflow/nodes/tool/components/input-var-list.tsx @@ -133,9 +133,9 @@ const InputVarList: FC = ({ return (
- {label[language] || label.en_US} - {paramType(type)} - {required && Required} + {label[language] || label.en_US} + {paramType(type)} + {required && Required}
{isString && ( = ({ filterVar={(varPayload: Var) => varPayload.type === VarType.arrayFile} /> )} - {tooltip &&
{tooltip[language] || tooltip.en_US}
} + {tooltip &&
{tooltip[language] || tooltip.en_US}
}
) })