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) => {