Lots of minor fixes

This commit is contained in:
frikky
2021-02-18 19:51:27 +01:00
parent 1c12db12d1
commit 5c14a3a202
8 changed files with 103 additions and 32 deletions
+1 -1
View File
@@ -785,7 +785,7 @@ const AngularWorkflow = (props) => {
setSavingState(1)
setTimeout(() => {
setSavingState(0)
}, 2000);
}, 1500);
}
})
.catch(error => {