Skip to content

Commit

Permalink
default sort all grid histories the same
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Mar 7, 2024
1 parent a24779c commit 2896c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Grid/configs/historiesShared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const gridConfig: GridConfig = {
filtering: new Filtering(validFilters, undefined, false, false),
getData: getData,
plural: "Histories",
sortBy: "name",
sortBy: "update_time",
sortDesc: true,
sortKeys: ["create_time", "name", "update_time", "username"],
title: "Shared Histories",
Expand Down

0 comments on commit 2896c3a

Please sign in to comment.