Skip to content

Commit

Permalink
PBENCH-1306 (#3588)
Browse files Browse the repository at this point in the history
Sort datasets by uploaded time
  • Loading branch information
MVarshini authored and webbnh committed Jan 4, 2024
1 parent c07fdce commit a69df3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/src/actions/datasetListActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const addParams = (params, loggedIn, datasetType) => {
params.append("metadata", "dataset");
params.append("metadata", "global");
params.append("metadata", "user");
params.append("sort", "dataset.uploaded:desc");
if (loggedIn) {
if (datasetType === MY_DATASETS) {
params.append("mine", "true");
Expand Down

0 comments on commit a69df3e

Please sign in to comment.