clear software table when changing nav
This commit is contained in:
parent
7caeaf03c0
commit
2b9e9b8b1b
|
@ -87,6 +87,7 @@ export const store = new Vuex.Store({
|
|||
(state.agentSummary = {}),
|
||||
(state.agentChecks = {}),
|
||||
(state.winUpdates = {});
|
||||
(state.installedSoftware = []);
|
||||
state.selectedRow = "";
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue