1
0

changed cancel() to be called before handle error

This commit is contained in:
kolaente
2018-11-28 10:11:26 +01:00
parent b35c0ff314
commit fc6aee8373
8 changed files with 34 additions and 34 deletions

View File

@ -203,8 +203,8 @@
cancel()
})
.catch(e => {
this.handleError(e)
cancel()
cancel()
this.handleError(e)
})
},
deleteTeam() {
@ -246,8 +246,8 @@
cancel()
})
.catch(e => {
this.handleError(e)
cancel()
this.handleError(e)
})
},
toggleUserType(userid, current) {