Fixed the action parameter bug

This commit is contained in:
monilprajapati
2024-05-30 00:46:58 +05:30
parent 5964f914b9
commit 3600502f94
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -4584,6 +4584,7 @@ const AngularWorkflow = (defaultprops) => {
workflow.actions[foundindex].name = curaction.name
setWorkflow(workflow)
console.log(workflow)
}
break
}