From f9c1d06e91cb70aea4c2b2b8d71c85b0901058b3 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 23 Aug 2024 18:08:54 +0800 Subject: [PATCH] chore: tools node --- .../workflow/nodes/tool/components/input-var-list.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}
}
) })