Skip to content

Commit

Permalink
Change DLS datafile createTime to datafileCreateTime
Browse files Browse the repository at this point in the history
  • Loading branch information
akintomiwa committed Aug 9, 2024
1 parent e2aec6f commit fe4f50e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const DLSDatafilesTable = (
},
{
icon: CalendarToday,
label: t('datafiles.create_time'),
label: t('datafiles.datafile_create_time'),
dataKey: 'name',
filterComponent: dateFilter,
defaultSort: 'desc',
Expand Down

0 comments on commit fe4f50e

Please sign in to comment.