mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 14:01:54 -07:00
Fixed: Store columns for History table between refreshes
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
7bd96ae75c
commit
0db28d4ea2
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,8 @@ export const persistState = [
|
||||||
'history.pageSize',
|
'history.pageSize',
|
||||||
'history.sortKey',
|
'history.sortKey',
|
||||||
'history.sortDirection',
|
'history.sortDirection',
|
||||||
'history.selectedFilterKey'
|
'history.selectedFilterKey',
|
||||||
|
'history.columns'
|
||||||
];
|
];
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue