Compare commits

..

No commits in common. "cdc52ae947bb5196ab98351f3c226ba4aa42ab70" and "70cfa36ba8ffd073ed2a45c2f0f1b460e6103214" have entirely different histories.

View File

@ -47,14 +47,10 @@ const useMaster = (isMa) => {
response = await MasterRespository.getActivites(); response = await MasterRespository.getActivites();
response = response.data response = response.data
break; break;
case "Work Category": case "Work Category":
response = await MasterRespository.getWorkCategory(); response = await MasterRespository.getWorkCategory();
response = response.data response = response.data
break; break;
case "Contact Category":
response = await MasterRespository.getContactCategory()
response = response.data
break;
case "Status": case "Status":
response = [{description: null,featurePermission: null,id: "02dd4761-363c-49ed-8851-3d2489a3e98d",status:"status 1"},{description: null,featurePermission: null,id: "03dy9761-363c-49ed-8851-3d2489a3e98d",status:"status 2"},{description: null,featurePermission: null,id: "03dy7761-263c-49ed-8851-3d2489a3e98d",status:"Status 3"}]; response = [{description: null,featurePermission: null,id: "02dd4761-363c-49ed-8851-3d2489a3e98d",status:"status 1"},{description: null,featurePermission: null,id: "03dy9761-363c-49ed-8851-3d2489a3e98d",status:"status 2"},{description: null,featurePermission: null,id: "03dy7761-263c-49ed-8851-3d2489a3e98d",status:"Status 3"}];
break; break;