summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLASER-Yi <[email protected]>2022-06-15 10:18:24 +0800
committerLASER-Yi <[email protected]>2022-06-15 10:18:24 +0800
commit8e054ce9328ccd0278ab524b906b40411086318b (patch)
tree0aad562c77e96ac642ec6746cf3ee916b5b4e770
parenta79c2187deab7d3effc63516dc1f0007f934104b (diff)
downloadbazarr-8e054ce9328ccd0278ab524b906b40411086318b.tar.gz
bazarr-8e054ce9328ccd0278ab524b906b40411086318b.zip
no log: Fix cache issues
-rw-r--r--frontend/src/apis/queries/hooks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/apis/queries/hooks.ts b/frontend/src/apis/queries/hooks.ts
index 649eeecbd..70d959bb6 100644
--- a/frontend/src/apis/queries/hooks.ts
+++ b/frontend/src/apis/queries/hooks.ts
@@ -30,7 +30,7 @@ export function usePaginationQuery<
>(
queryKey: TQueryKey,
queryFn: RangeQuery<TObject>,
- cacheIndividual = false
+ cacheIndividual = true
): UsePaginationQueryResult<TObject> {
const client = useQueryClient();