summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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();