Skip to content

Commit da4718c

Browse files
committed
access timestamp field name in object
1 parent e18b5bd commit da4718c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/index_management/public/application/sections/home/data_stream_list/data_stream_table

x-pack/plugins/index_management/public/application/sections/home/data_stream_list/data_stream_table/data_stream_table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const DataStreamTable: React.FunctionComponent<Props> = ({
5959
),
6060
},
6161
{
62-
field: 'timeStampField',
62+
field: 'timeStampField.name',
6363
name: i18n.translate('xpack.idxMgmt.dataStreamList.table.timeStampFieldColumnTitle', {
6464
defaultMessage: 'Timestamp field',
6565
}),

0 commit comments

Comments
 (0)