Fixed: Store columns for History table between refreshes

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/6/head
Qstick 6 years ago
parent 7bd96ae75c
commit 0db28d4ea2

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

Loading…
Cancel
Save