Skip to content

Commit

Permalink
Add missing keys expected by shared histories listing
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Mar 15, 2024
1 parent a7ea528 commit 3578159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Grid/configs/historiesShared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type SortKeyLiteral = "create_time" | "name" | "update_time" | undefined;
async function getData(offset: number, limit: number, search: string, sort_by: string, sort_desc: boolean) {
const { data, headers } = await historiesFetcher({
view: "summary",
keys: "username,create_time",
limit,
offset,
search,
Expand Down

0 comments on commit 3578159

Please sign in to comment.