mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 05:01:10 +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 = () => {
|
const onSaveChatflowClick = () => {
|
||||||
if (chatflow.id) handleSaveFlow(chatflow.name)
|
if (chatflow.id) handleSaveFlow(flowName)
|
||||||
else setFlowDialogOpen(true)
|
else setFlowDialogOpen(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user