HotChanges_04_10_25 #450

Merged
pramod.mahajan merged 5 commits from HotChanges_04_10_25 into main 2025-10-05 04:28:56 +00:00
Showing only changes of commit 3693af3d00 - Show all commits

View File

@ -23,7 +23,7 @@ import Label from "../common/Label";
const ManageContact = ({ contactId, closeModal }) => {
// fetch master data
const { buckets, loading: bucketsLoaging } = useBuckets();
const { projects, loading: projectLoading } = useProjects();
const { data:projects, loading: projectLoading } = useProjects();
const { contactCategory, loading: contactCategoryLoading } =
useContactCategory();
const { organizationList } = useOrganization();