Fixed: added missing useCallback import #311

Closed
pramod.mahajan wants to merge 138 commits from hotfix/MasterActivity into main
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 : [];