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