Refactor_Expenses #321

Merged
pramod.mahajan merged 249 commits from Refactor_Expenses into hotfix/MasterActivity 2025-08-01 13:14:59 +00:00
Showing only changes of commit e1f5bb8baf - Show all commits

View File

@ -17,7 +17,9 @@ const MasterTable = ({ data, columns, loading, handleModalData }) => {
"checkLists",
"isSystem",
"isActive",
"noOfPersonsRequired"
"noOfPersonsRequired",
"color",
"displayName"
];
const safeData = Array.isArray(data) ? data : [];