1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-23 08:15:27 +00:00

Fixed: Store columns for History table between refreshes

This commit is contained in:
Mark McDowall 2019-04-05 17:53:11 -07:00
parent 1a984df11a
commit 5b2d0a2ade

View file

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