fix: increase pageLength for evaluation schedule
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user