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
1 changed files with 2 additions and 1 deletions

View File

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