Refactor_Expenses #317

Closed
pramod.mahajan wants to merge 247 commits from Refactor_Expenses into Feature_Expense
Showing only changes of commit e1f5bb8baf - Show all commits

View File

@ -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 : [];