diff --git a/src/pages/AuditLog/AuditLogTable.js b/src/pages/AuditLog/AuditLogTable.js index 71c35a9..47b2c14 100644 --- a/src/pages/AuditLog/AuditLogTable.js +++ b/src/pages/AuditLog/AuditLogTable.js @@ -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',