Fixed app building issues

This commit is contained in:
frikky
2020-09-05 09:22:50 +02:00
parent 2633ff4b4d
commit b1eb0f5a08
6 changed files with 14 additions and 11 deletions
+2
View File
@@ -293,6 +293,7 @@ const AngularWorkflow = (props) => {
.then((response) => {
if (response.status !== 200) {
console.log("Status not 200 for stream results :O!")
stop()
}
return response.json()
@@ -302,6 +303,7 @@ const AngularWorkflow = (props) => {
})
.catch(error => {
alert.error(error.toString())
stop()
});
}