color, displayName - of Expense status columns names added insinde hidden column
This commit is contained in:
parent
9df4b20ff0
commit
e1f5bb8baf
@ -17,7 +17,9 @@ const MasterTable = ({ data, columns, loading, handleModalData }) => {
|
||||
"checkLists",
|
||||
"isSystem",
|
||||
"isActive",
|
||||
"noOfPersonsRequired"
|
||||
"noOfPersonsRequired",
|
||||
"color",
|
||||
"displayName"
|
||||
];
|
||||
|
||||
const safeData = Array.isArray(data) ? data : [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user