fix tests and added soem minor fixes

This commit is contained in:
sadnub
2021-02-08 22:17:06 -05:00
parent edeb5dbf00
commit ee92eaa2a0

View File

@@ -69,7 +69,7 @@ export default {
})
.catch(e => {
this.$q.loading.hide();
this.notifyError("Unable to get alerts");
//this.notifyError("Unable to get alerts");
});
},
showOverview() {