Fixed: Store columns for History table between refreshes

pull/3017/head
Mark McDowall 6 years ago
parent 1a984df11a
commit 5b2d0a2ade

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

Loading…
Cancel
Save