From 9ab1093d81bfa371ea563e95b768b8c2540d8f35 Mon Sep 17 00:00:00 2001 From: Palash <88981777+palash-signoz@users.noreply.github.com> Date: Tue, 28 Sep 2021 18:19:30 +0530 Subject: [PATCH] fix: createdBy is renamed to createdAt (#302) --- frontend/src/container/ListOfDashboard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/container/ListOfDashboard/index.tsx b/frontend/src/container/ListOfDashboard/index.tsx index 2961566e5c..8692e27730 100644 --- a/frontend/src/container/ListOfDashboard/index.tsx +++ b/frontend/src/container/ListOfDashboard/index.tsx @@ -47,7 +47,7 @@ const ListOfAllDashboard = (): JSX.Element => { render: Tags, }, { - title: 'Created By', + title: 'Created At', dataIndex: 'createdBy', render: Createdby, },