Fixed openapi replacement bug in app creator

This commit is contained in:
frikky
2022-01-21 15:47:22 +01:00
parent ad8618fce3
commit 5525131e7c
4 changed files with 33 additions and 22 deletions
+2 -2
View File
@@ -673,7 +673,7 @@ const AngularWorkflow = (defaultprops) => {
return response.json();
})
.then((responseJson) => {
console.log("RESPONSE: ", responseJson)
//console.log("RESPONSE: ", responseJson)
handleUpdateResults(responseJson, executionRequest);
})
.catch((error) => {
@@ -7066,7 +7066,7 @@ const AngularWorkflow = (defaultprops) => {
return response.json();
})
.then((responseJson) => {
console.log("RESPONSE: ");
//console.log("RESPONSE: ");
setTriggerAuthentication(responseJson);
clearInterval(id);
newwin.close();