mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fixed: Store columns for History table between refreshes
This commit is contained in:
parent
1a984df11a
commit
5b2d0a2ade
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ export const persistState = [
|
|||
'history.pageSize',
|
||||
'history.sortKey',
|
||||
'history.sortDirection',
|
||||
'history.selectedFilterKey'
|
||||
'history.selectedFilterKey',
|
||||
'history.columns'
|
||||
];
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue