From 3693af3d00f6c08aa2cd87c44a8230dca5cf99e2 Mon Sep 17 00:00:00 2001 From: "pramod.mahajan" Date: Sat, 4 Oct 2025 16:36:11 +0530 Subject: [PATCH] added missing projects at ManageContact (Edit&Crate) --- src/components/Directory/ManageContact.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Directory/ManageContact.jsx b/src/components/Directory/ManageContact.jsx index 04205961..56d45e32 100644 --- a/src/components/Directory/ManageContact.jsx +++ b/src/components/Directory/ManageContact.jsx @@ -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();