mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
fixed bug: chatflow name is being replaced by old name
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user