mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
Keep expanded state when anything changes in episodes page
This commit is contained in:
parent
b1307f6745
commit
3744991f93
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ function useOptions<T extends object>(options: TableOptions<T>) {
|
|||
options.autoResetPage = false;
|
||||
}
|
||||
|
||||
if (options.autoResetExpanded === undefined) {
|
||||
options.autoResetExpanded = false;
|
||||
}
|
||||
|
||||
if (options.initialState === undefined) {
|
||||
options.initialState = {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue