From a26ba4dc6ed67bc20f218aa4743803727fa31b60 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 14 Jul 2025 16:33:11 +0530 Subject: [PATCH] fix: increase pageLength for evaluation schedule --- frontend/src/pages/ProfileEvaluationSchedule.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/ProfileEvaluationSchedule.vue b/frontend/src/pages/ProfileEvaluationSchedule.vue index 67c79677..3f0e2ca7 100644 --- a/frontend/src/pages/ProfileEvaluationSchedule.vue +++ b/frontend/src/pages/ProfileEvaluationSchedule.vue @@ -77,7 +77,7 @@ const evaluations = createListResource({ ], auto: true, orderBy: 'creation desc', - limit: 100, + pageLength: 500, cache: ['schedule', user.data?.name], transform(data) { return data.map((d) => {