integrated Contact Tag list API and display in master table

This commit is contained in:
Pramod Mahajan 2025-05-15 22:58:50 +05:30
parent a3d21ba098
commit 2922cca22d

View File

@ -52,7 +52,11 @@ const useMaster = (isMa) => {
response = response.data
break;
case "Contact Category":
response = await MasterRespository.getContactCategory()
response = await MasterRespository.getContactCategory();
response = response.data
break;
case "Contact Tag":
response = await MasterRespository.getContactTag();
response = response.data
break;
case "Status":