Skip to content

Commit

Permalink
Chronological most-recent evals by default
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed May 2, 2022
1 parent 4d404b3 commit 72ce3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/routes/evaluations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export default class EvaluationsIndexRoute extends Route {

return this.store.query('evaluation', {
namespace,
reverse: true,
per_page: pageSize,
next_token: nextToken,
filter: generateFilterExpression(),
Expand Down

0 comments on commit 72ce3ee

Please sign in to comment.