From 2b9e9b8b1b30d399dd94e1296b4eb9285ff872aa Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 2 Feb 2020 09:01:17 +0000 Subject: [PATCH] clear software table when changing nav --- web/src/store/store.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/store/store.js b/web/src/store/store.js index 76ea2dad..cfc24634 100644 --- a/web/src/store/store.js +++ b/web/src/store/store.js @@ -87,6 +87,7 @@ export const store = new Vuex.Store({ (state.agentSummary = {}), (state.agentChecks = {}), (state.winUpdates = {}); + (state.installedSoftware = []); state.selectedRow = ""; } },