remove redundant reloads
This commit is contained in:
@@ -561,8 +561,6 @@ export default {
|
||||
.dispatch("toggleMaintenaceMode", data)
|
||||
.then(response => {
|
||||
this.$q.notify(notifySuccessConfig(text));
|
||||
this.$store.commit("destroySubTable");
|
||||
this.$store.dispatch("loadTree");
|
||||
this.$emit("refreshEdit");
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
Reference in New Issue
Block a user