error handling and axios changes

This commit is contained in:
sadnub
2021-04-30 18:35:52 -04:00
parent b8349de31d
commit 2cb53ad06b
80 changed files with 497 additions and 588 deletions

View File

@@ -164,7 +164,6 @@ export default {
})
.catch(e => {
this.$q.loading.hide();
this.notifyError("There was an issue editing the task");
});
},
show() {