Skip to content

Commit

Permalink
PBENCH-1306
Browse files Browse the repository at this point in the history
Sort datasets by uploaded time
  • Loading branch information
MVarshini committed Dec 27, 2023
1 parent 1d37d24 commit 00477bd
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 00477bd

Please sign in to comment.