From d865a0739a9619cbb38467f32f00ccb70449249b Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 17 Jun 2025 15:05:33 +0800 Subject: [PATCH] chore: error var key --- web/app/components/workflow/variable-inspect/group.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/variable-inspect/group.tsx b/web/app/components/workflow/variable-inspect/group.tsx index c917c70bf2..867f1635e8 100644 --- a/web/app/components/workflow/variable-inspect/group.tsx +++ b/web/app/components/workflow/variable-inspect/group.tsx @@ -156,7 +156,7 @@ const Group = ({ > {isEnv && } {isChatVar && } - {(isSystem || nodeData) && } + {(isSystem || nodeData) && }
{varItem.name}
{varItem.value_type}