From 5b2d0a2ade913b4fb29c70f28ee5535a1a013730 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 5 Apr 2019 17:53:11 -0700 Subject: [PATCH] Fixed: Store columns for History table between refreshes --- frontend/src/Store/Actions/historyActions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/Store/Actions/historyActions.js b/frontend/src/Store/Actions/historyActions.js index c399812fd..496b7ed29 100644 --- a/frontend/src/Store/Actions/historyActions.js +++ b/frontend/src/Store/Actions/historyActions.js @@ -159,7 +159,8 @@ export const persistState = [ 'history.pageSize', 'history.sortKey', 'history.sortDirection', - 'history.selectedFilterKey' + 'history.selectedFilterKey', + 'history.columns' ]; //