Browse Source

add action type to show

master
Alex Cheung 1 year ago
parent
commit
e745a5cc43
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/pages/AuditLog/AuditLogTable.js

+ 6
- 0
src/pages/AuditLog/AuditLogTable.js View File

@@ -49,6 +49,12 @@ export default function AuditLogTable({recordList}) {
headerName: 'Ref',
flex: isMdOrLg ? 1 : undefined,
},
{
id: 'actionType',
field: 'actionType',
headerName: 'Action',
flex: isMdOrLg ? 1 : undefined,
},
{
id: 'oldData',
field: 'oldData',


Loading…
Cancel
Save