mirror of https://github.com/langgenius/dify.git
fix: Variable Aggregator cannot select conversation variables (#24793)
This commit is contained in:
parent
b66945b9b8
commit
529791ce62
|
|
@ -64,7 +64,7 @@ const AddVariablePopupWithPosition = ({
|
|||
} as any,
|
||||
],
|
||||
hideEnv: true,
|
||||
hideChatVar: true,
|
||||
hideChatVar: !isChatMode,
|
||||
isChatMode,
|
||||
filterVar: filterVar(outputType as VarType),
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue