Refactor_Expenses #321
@ -17,7 +17,9 @@ const MasterTable = ({ data, columns, loading, handleModalData }) => {
|
|||||||
"checkLists",
|
"checkLists",
|
||||||
"isSystem",
|
"isSystem",
|
||||||
"isActive",
|
"isActive",
|
||||||
"noOfPersonsRequired"
|
"noOfPersonsRequired",
|
||||||
|
"color",
|
||||||
|
"displayName"
|
||||||
];
|
];
|
||||||
|
|
||||||
const safeData = Array.isArray(data) ? data : [];
|
const safeData = Array.isArray(data) ? data : [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user