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 5b3b6904bf
commit e8504c6627

View File

@ -52,7 +52,11 @@ const useMaster = (isMa) => {
response = response.data response = response.data
break; break;
case "Contact Category": 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 response = response.data
break; break;
case "Status": case "Status":