color, displayName - of Expense status columns names added insinde hidden column

This commit is contained in:
pramod mahajan 2025-07-23 10:48:18 +05:30
parent 9df4b20ff0
commit e1f5bb8baf

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