Selaa lähdekoodia

add action type to show

master
Alex Cheung 1 vuosi sitten
vanhempi
commit
e745a5cc43
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. +6
    -0
      src/pages/AuditLog/AuditLogTable.js

+ 6
- 0
src/pages/AuditLog/AuditLogTable.js Näytä tiedosto

@@ -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',


Ladataan…
Peruuta
Tallenna