mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-05-04 21:46:01 +00:00
reset email test bool on send to clear state
This commit is contained in:
@@ -318,11 +318,13 @@ export default {
|
||||
this.$axios
|
||||
.get("/core/emailtest/")
|
||||
.then(r => {
|
||||
this.emailTest = false;
|
||||
this.$q.loading.hide();
|
||||
this.getCoreSettings();
|
||||
this.notifySuccess(r.data, 3000);
|
||||
})
|
||||
.catch(e => {
|
||||
this.emailTest = false;
|
||||
this.$q.loading.hide();
|
||||
this.notifyError(e.response.data, 7000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user