diff --git a/src/components/modals/agents/EditAgent.vue b/src/components/modals/agents/EditAgent.vue index d1c3466..9870e7f 100644 --- a/src/components/modals/agents/EditAgent.vue +++ b/src/components/modals/agents/EditAgent.vue @@ -79,9 +79,7 @@ /> -
Send an overdue alert if the server has not reported in after:
+
Send an overdue alert if the server has not reported in after:
this.notifyError(e.response.data.error)); + .catch(() => this.notifyError("Something went wrong")); } }, computed: {