Skip to content

Commit

Permalink
fix: ensure only one copy of datasetId exists
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Oct 16, 2024
1 parent 3dd4fef commit f7019a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/dar_application/DataAccessRequest.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const searchDatasets = (query, callback, currentDatasets) => {
return {
id: ds.id || ds.datasetId,
datasetId: ds.id || ds.datasetId,
datasetId: ds.id || ds.datasetId,
identifier: ds.identifier || ds.datasetIdentifier,
datasetIdentifier: ds.identifier || ds.datasetIdentifier,
datasetName: ds.name || ds.datasetName,
Expand Down

0 comments on commit f7019a0

Please sign in to comment.