mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
change the field to the lastUsedAt field
This commit is contained in:
parent
76efd01690
commit
88f914c630
@ -62,7 +62,7 @@ const TableRows = ({ canDelete, canUpdate, canRead, onClickDelete, withBulkActio
|
||||
</Td>
|
||||
<Td>
|
||||
<Typography textColor="neutral800">
|
||||
<RelativeTime timestamp={new Date(apiToken.updatedAt)} />
|
||||
<RelativeTime timestamp={new Date(apiToken.lastUsedAt)} />
|
||||
</Typography>
|
||||
</Td>
|
||||
|
||||
|
||||
@ -24,8 +24,8 @@ const tableHeaders = [
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'updatedAt',
|
||||
key: 'updatedAt',
|
||||
name: 'lastUsedAt',
|
||||
key: 'lastUsedAt',
|
||||
metadatas: {
|
||||
label: 'Last used',
|
||||
sortable: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user