From 250fed31e5333225f92449735a7fe76f146104f7 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 --- src/store/store.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/store.js b/src/store/store.js index 76ea2da..cfc2463 100644 --- a/src/store/store.js +++ b/src/store/store.js @@ -87,6 +87,7 @@ export const store = new Vuex.Store({ (state.agentSummary = {}), (state.agentChecks = {}), (state.winUpdates = {}); + (state.installedSoftware = []); state.selectedRow = ""; } },