fix: remove chat variable in workflow mode (#18696)

This commit is contained in:
zxhlyh
2025-04-24 16:51:19 +08:00
committed by GitHub
parent 7b00f35a0d
commit 13f647feaa
2 changed files with 7 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ const WorkflowPanelOnRight = () => {
)
}
{
showChatVariablePanel && (
showChatVariablePanel && isChatMode && (
<ChatVariablePanel />
)
}