change(ui): dashboard list show created by

This commit is contained in:
Shekar Siri 2024-07-01 17:24:25 +02:00
parent b6c26bcf03
commit 04754504ce

View file

@ -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),