Skip to content

Commit

Permalink
Merge pull request galaxyproject#17717 from davelopez/24.0_improve_pu…
Browse files Browse the repository at this point in the history
…blished_history_listing

[24.0] Improve published histories listing performance in UI
  • Loading branch information
mvdbeek authored Mar 14, 2024
2 parents 6ea11c0 + f1e0779 commit 8fcb994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Grid/configs/historiesPublished.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type SortKeyLiteral = "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",
limit,
offset,
search,
Expand Down

0 comments on commit 8fcb994

Please sign in to comment.