change(ui): dashboard list show created by
This commit is contained in:
parent
b6c26bcf03
commit
04754504ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue