integrated Contact Tag list API and display in master table
This commit is contained in:
parent
a3d21ba098
commit
2922cca22d
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user