diff --git a/client/src/components/Grid/configs/historiesShared.ts b/client/src/components/Grid/configs/historiesShared.ts index e3be64ff3f07..65a65e8a54ac 100644 --- a/client/src/components/Grid/configs/historiesShared.ts +++ b/client/src/components/Grid/configs/historiesShared.ts @@ -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",