fix: Variable Aggregator cannot select conversation variables (#24793)
This commit is contained in:
@@ -64,7 +64,7 @@ const AddVariablePopupWithPosition = ({
|
|||||||
} as any,
|
} as any,
|
||||||
],
|
],
|
||||||
hideEnv: true,
|
hideEnv: true,
|
||||||
hideChatVar: true,
|
hideChatVar: !isChatMode,
|
||||||
isChatMode,
|
isChatMode,
|
||||||
filterVar: filterVar(outputType as VarType),
|
filterVar: filterVar(outputType as VarType),
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user