Got first working cloud sync trigger fully running
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -884,6 +884,7 @@ const AppCreator = (props) => {
|
||||
}
|
||||
})
|
||||
.catch(error => {
|
||||
setAppBuilding(false)
|
||||
setErrorCode(error.toString())
|
||||
alert.error(error.toString())
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user