fix: increase pageLength for evaluation schedule
This commit is contained in:
@@ -77,7 +77,7 @@ const evaluations = createListResource({
|
|||||||
],
|
],
|
||||||
auto: true,
|
auto: true,
|
||||||
orderBy: 'creation desc',
|
orderBy: 'creation desc',
|
||||||
limit: 100,
|
pageLength: 500,
|
||||||
cache: ['schedule', user.data?.name],
|
cache: ['schedule', user.data?.name],
|
||||||
transform(data) {
|
transform(data) {
|
||||||
return data.map((d) => {
|
return data.map((d) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user