mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-16 09:10:21 +00:00
fix response
This commit is contained in:
@@ -478,7 +478,7 @@ export default {
|
||||
axios
|
||||
.get(`/checks/runchecks/${pk}/`)
|
||||
.then(r => this.notifySuccess(`Checks will now be re-run on ${r.data}`))
|
||||
.catch(e => this.notifyError("Something went wrong"));
|
||||
.catch(e => this.notifyError(e.response.data));
|
||||
},
|
||||
removeAgent(pk, name) {
|
||||
this.$q
|
||||
|
||||
Reference in New Issue
Block a user