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}