Skip to content

Commit

Permalink
walk back initial erroneous changes to information.datakey
Browse files Browse the repository at this point in the history
  • Loading branch information
akintomiwa committed Aug 16, 2024
1 parent 1d2dc28 commit 29633ba
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const DatasetCardView = (props: DatasetCardViewProps): React.ReactElement => {
{
icon: CalendarToday,
label: t('datasets.create_time'),
dataKey: 'name',
dataKey: 'createTime',
filterComponent: dateFilter,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const DLSDatasetsCardView = (props: DLSDatasetsCVProps): React.ReactElement => {
{
icon: CalendarToday,
label: t('datasets.create_time'),
dataKey: 'name',
dataKey: 'createTime',
filterComponent: dateFilter,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const DLSDatafilesTable = (
{
icon: CalendarToday,
label: t('datafiles.create_time'),
dataKey: 'name',
dataKey: 'createTime',
filterComponent: dateFilter,
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const DLSDatasetsTable = (props: DLSDatasetsTableProps): React.ReactElement => {
{
icon: CalendarToday,
label: t('datasets.create_time'),
dataKey: 'name',
dataKey: 'createTime',
filterComponent: dateFilter,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const ISISDatafilesTable = (
{
icon: CalendarTodayIcon,
label: t('datafiles.modified_time'),
dataKey: 'name',
dataKey: 'modTime',
filterComponent: dateFilter,
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const ISISDatasetsTable = (
{
icon: CalendarTodayIcon,
label: t('datasets.create_time'),
dataKey: 'name',
dataKey: 'createTime',
filterComponent: dateFilter,
},
{
Expand Down

0 comments on commit 29633ba

Please sign in to comment.