mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 16:23:41 +00:00
no log: Fix cache issues
This commit is contained in:
parent
a79c2187de
commit
8e054ce932
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export function usePaginationQuery<
|
|||
>(
|
||||
queryKey: TQueryKey,
|
||||
queryFn: RangeQuery<TObject>,
|
||||
cacheIndividual = false
|
||||
cacheIndividual = true
|
||||
): UsePaginationQueryResult<TObject> {
|
||||
const client = useQueryClient();
|
||||
|
||||
|
|
Loading…
Reference in a new issue