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'],
|
||||
...props.params,
|
||||
filter,
|
||||
sort: '-createdAt',
|
||||
},
|
||||
rowKey: 'id',
|
||||
showIndex: true,
|
||||
|
Loading…
Reference in New Issue
Block a user