1
0
Fork 0
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:
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,
queryFn: RangeQuery<TObject>,
cacheIndividual = false
cacheIndividual = true
): UsePaginationQueryResult<TObject> {
const client = useQueryClient();