mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-24 16:52:06 +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,
|
queryKey: TQueryKey,
|
||||||
queryFn: RangeQuery<TObject>,
|
queryFn: RangeQuery<TObject>,
|
||||||
cacheIndividual = false
|
cacheIndividual = true
|
||||||
): UsePaginationQueryResult<TObject> {
|
): UsePaginationQueryResult<TObject> {
|
||||||
const client = useQueryClient();
|
const client = useQueryClient();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue