1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Import list exclusion pagination

Closes #6079
This commit is contained in:
The Dark
2024-03-03 05:19:02 +00:00
committed by GitHub
parent de9899c60e
commit 4285691064
26 changed files with 663 additions and 690 deletions
@@ -38,6 +38,7 @@ export interface AppSectionItemState<T> {
isFetching: boolean;
isPopulated: boolean;
error: Error;
pendingChanges: Partial<T>;
item: T;
}