stop loading after uninstall

This commit is contained in:
wh1te909
2021-11-05 22:34:20 +00:00
parent bfa1579366
commit d3e9900c97

View File

@@ -580,6 +580,7 @@ export default {
this.$axios
.delete(`/agents/${agent.agent_id}/`)
.then(r => {
this.$q.loading.hide();
this.notifySuccess(r.data);
this.refreshDashboard();
})