fix: increase pageLength for evaluation schedule

This commit is contained in:
Jannat Patel
2025-07-14 16:33:11 +05:30
parent f187cc9314
commit a26ba4dc6e

View File

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