Merge branch 'FlowiseAI:main' into bugfix/components-can't-be-clicked-when-zoom-out

This commit is contained in:
汪志鹏
2023-05-10 23:41:23 +08:00
committed by GitHub
18 changed files with 372 additions and 14 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ const CanvasHeader = ({ chatflow, handleSaveFlow, handleDeleteFlow, handleLoadFl
}
const onSaveChatflowClick = () => {
if (chatflow.id) handleSaveFlow(chatflow.name)
if (chatflow.id) handleSaveFlow(flowName)
else setFlowDialogOpen(true)
}