fix response
This commit is contained in:
parent
4b37fe12d7
commit
e902f63211
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue