Skip to content

Commit

Permalink
Sort published histories initially by update time
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 12, 2024
1 parent b01204b commit 662dc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Grid/configs/historiesPublished.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const gridConfig: GridConfig = {
filtering: new Filtering(validFilters, undefined, false, false),
getData: getData,
plural: "Histories",
sortBy: "name",
sortBy: "update_time",
sortDesc: true,
sortKeys: ["name", "update_time", "username"],
title: "Published Histories",
Expand Down

0 comments on commit 662dc3b

Please sign in to comment.