From e745a5cc43ad080935b61d7bcbc7aff68a36cc95 Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Wed, 6 Mar 2024 16:06:13 +0800 Subject: [PATCH] add action type to show --- src/pages/AuditLog/AuditLogTable.js | 6 ++++++ 1 file changed, 6 insertions(+) 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',