fix: createdBy is renamed to createdAt (#302)

This commit is contained in:
Palash 2021-09-28 18:19:30 +05:30 committed by GitHub
parent b4754053aa
commit 9ab1093d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ const ListOfAllDashboard = (): JSX.Element => {
render: Tags,
},
{
title: 'Created By',
title: 'Created At',
dataIndex: 'createdBy',
render: Createdby,
},