Skip to content

Commit

Permalink
[DUOS-2192]risk=no] Remove dataset statistics link (#1886)
Browse files Browse the repository at this point in the history
* rm ds stats link
  • Loading branch information
rushtong authored Nov 10, 2022
1 parent 41445db commit fcb92d2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/pages/DatasetCatalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,14 +604,7 @@ export default function DatasetCatalog(props) {
id: trIndex + '_datasetName', name: 'datasetName',
className: 'cell-size ' + (!dataset.active ? !!'dataset-disabled' : ''),
style: tableBody
}, [
a({
href: `/dataset_statistics/${dataset.dataSetId}`,
className: 'enabled'
}, [
findPropertyValue(dataset, 'Dataset Name')
])
]),
}, [findPropertyValue(dataset, 'Dataset Name')]),

td({
id: trIndex + '_dac', name: 'dac',
Expand Down

0 comments on commit fcb92d2

Please sign in to comment.