Added App Auth name editing and dynamic auth during workflow run

This commit is contained in:
Frikky
2023-12-18 13:40:39 +01:00
parent c3dc377f7f
commit 8cfba1ac30
4 changed files with 61 additions and 11 deletions
+1
View File
@@ -1824,6 +1824,7 @@ const AngularWorkflow = (defaultprops) => {
setExecutionModalOpen(true);
setExecutionModalView(1);
start();
navigate(`/workflows/${props.match.params.key}?execution_id=${responseJson.execution_id}`)
})
.catch((error) => {
//toast(error.toString());