fix(audit-logs): sort by createdAt
This commit is contained in:
parent
5e116af4a9
commit
308fe7a123
@ -476,6 +476,7 @@ AuditLogs.Decorator = observer((props: any) => {
|
|||||||
appends: ['collection', 'user'],
|
appends: ['collection', 'user'],
|
||||||
...props.params,
|
...props.params,
|
||||||
filter,
|
filter,
|
||||||
|
sort: '-createdAt',
|
||||||
},
|
},
|
||||||
rowKey: 'id',
|
rowKey: 'id',
|
||||||
showIndex: true,
|
showIndex: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user