mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 01:39:01 +08:00
fix: createdBy is renamed to createdAt (#302)
This commit is contained in:
parent
b4754053aa
commit
9ab1093d81
@ -47,7 +47,7 @@ const ListOfAllDashboard = (): JSX.Element => {
|
|||||||
render: Tags,
|
render: Tags,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Created By',
|
title: 'Created At',
|
||||||
dataIndex: 'createdBy',
|
dataIndex: 'createdBy',
|
||||||
render: Createdby,
|
render: Createdby,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user