From 6e2192c1e06367d0ae575a034ea045e31660b7c5 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 23 Aug 2024 16:40:39 +0800 Subject: [PATCH] chore: variable aggregator --- .../nodes/variable-assigner/components/var-group-item.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/workflow/nodes/variable-assigner/components/var-group-item.tsx b/web/app/components/workflow/nodes/variable-assigner/components/var-group-item.tsx index e90728603e..eb5a8f8e51 100644 --- a/web/app/components/workflow/nodes/variable-assigner/components/var-group-item.tsx +++ b/web/app/components/workflow/nodes/variable-assigner/components/var-group-item.tsx @@ -110,7 +110,7 @@ const VarGroupItem: FC = ({ {(!isEditGroupName) ? ( -
+
{payload.group_name}
) @@ -145,7 +145,7 @@ const VarGroupItem: FC = ({ operations={
{payload.variables.length > 0 && ( -
{payload.output_type}
+
{payload.output_type}
)} { !readOnly