Fixed: added missing useCallback import #311

Closed
pramod.mahajan wants to merge 138 commits from hotfix/MasterActivity into main
Showing only changes of commit 5209b78df7 - 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 : [];