Merge pull request #1637 from pateljannat/issues-120

fix: increase pageLength for evaluation schedule
This commit is contained in:
Jannat Patel
2025-07-14 16:57:09 +05:30
committed by GitHub

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