1
0
Fork 0
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:
LASER-Yi 2022-06-15 10:18:24 +08:00
parent a79c2187de
commit 8e054ce932

View file

@ -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();