From 04754504cebbd3b61ccf531e07ca83dbbb68efb7 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 1 Jul 2024 17:24:25 +0200 Subject: [PATCH] change(ui): dashboard list show created by --- .../Dashboard/components/DashboardList/DashboardList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx index 64290f498..9289e1376 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx @@ -41,7 +41,7 @@ function DashboardList({ siteId }: { siteId: string }) { render: (date) => checkForRecent(date, 'LLL dd, yyyy, hh:mm a'), }, { - title: 'Created By', + title: 'Owner', dataIndex: 'ownerEmail', width: '16.67%', sorter: (a, b) => a.ownerEmail.localeCompare(b.ownerEmail),