From 529791ce627af4df88cbfb9268a7152b1d2b058c Mon Sep 17 00:00:00 2001 From: 17hz <0x149527@gmail.com> Date: Sun, 31 Aug 2025 17:03:36 +0800 Subject: [PATCH] fix: Variable Aggregator cannot select conversation variables (#24793) --- .../nodes/_base/components/add-variable-popup-with-position.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/nodes/_base/components/add-variable-popup-with-position.tsx b/web/app/components/workflow/nodes/_base/components/add-variable-popup-with-position.tsx index d0f971f84..6d54e3855 100644 --- a/web/app/components/workflow/nodes/_base/components/add-variable-popup-with-position.tsx +++ b/web/app/components/workflow/nodes/_base/components/add-variable-popup-with-position.tsx @@ -64,7 +64,7 @@ const AddVariablePopupWithPosition = ({ } as any, ], hideEnv: true, - hideChatVar: true, + hideChatVar: !isChatMode, isChatMode, filterVar: filterVar(outputType as VarType), })