fix: remove chat variable in workflow mode (#18696)
This commit is contained in:
@@ -74,7 +74,7 @@ const WorkflowPanelOnRight = () => {
|
||||
)
|
||||
}
|
||||
{
|
||||
showChatVariablePanel && (
|
||||
showChatVariablePanel && isChatMode && (
|
||||
<ChatVariablePanel />
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user