mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: Store columns for History table between refreshes
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -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'
|
||||||
];
|
];
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user