Fixed: Store columns for History table between refreshes

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2019-04-05 23:52:52 -04:00
parent 7bd96ae75c
commit 0db28d4ea2

View file

@ -193,7 +193,8 @@ export const persistState = [
'history.pageSize', 'history.pageSize',
'history.sortKey', 'history.sortKey',
'history.sortDirection', 'history.sortDirection',
'history.selectedFilterKey' 'history.selectedFilterKey',
'history.columns'
]; ];
// //