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

@@ -158,7 +158,6 @@ export default {
})
.catch(e => {
this.$q.loading.hide();
this.notifyError("There was an error updating policies");
});
},
getPolicies() {
@@ -175,7 +174,6 @@ export default {
})
.catch(e => {
this.$q.loading.hide();
this.notifyError("Add error occured while loading policies");
});
},
show() {