Skip to content

Commit

Permalink
[DUOS-2701] Switch from dac id to dac name (#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Oct 10, 2023
1 parent afe8dba commit cd58385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/data_search/DatasetSearchTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export const DatasetSearchTable = (props) => {
value: dataset.dataLocation,
},
{
value: dataset.dacId,
value: dataset.dacName,
},
],
};
Expand Down

0 comments on commit cd58385

Please sign in to comment.