diff --git a/web/app/components/workflow/nodes/if-else/components/condition-list/condition-var-selector.tsx b/web/app/components/workflow/nodes/if-else/components/condition-list/condition-var-selector.tsx index 4cb82b4ce9..c05e733c1a 100644 --- a/web/app/components/workflow/nodes/if-else/components/condition-list/condition-var-selector.tsx +++ b/web/app/components/workflow/nodes/if-else/components/condition-list/condition-var-selector.tsx @@ -32,8 +32,8 @@ const ConditionVarSelector = ({ crossAxis: 0, }} > - onOpenChange(!open)}> -
+ onOpenChange(!open)}> +
{!isEnvVar && !isChatVar && } {isEnvVar && } - {isChatVar && } + {isChatVar && }
{ !notHasValue && ( -
{isSelect ? selectName : formatValue}
+
{isSelect ? selectName : formatValue}
) }