From bd3645aae6c91bb39050e627703138bc89a197c1 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Wed, 8 Oct 2025 10:58:31 +0530 Subject: [PATCH] In Modify project add project.id on UseProjectDetails --- src/components/Project/ManageProjectInfo.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Project/ManageProjectInfo.jsx b/src/components/Project/ManageProjectInfo.jsx index b2da3c0b..e971e2b1 100644 --- a/src/components/Project/ManageProjectInfo.jsx +++ b/src/components/Project/ManageProjectInfo.jsx @@ -42,7 +42,7 @@ const ManageProjectInfo = ({ project, onClose }) => { const ACTIVE_STATUS_ID = "b74da4c2-d07e-46f2-9919-e75e49b12731"; - const { projects_Details, loading } = useProjectDetails(project); + const { projects_Details, loading } = useProjectDetails(project.id); // const { data, isLoading, isError, error } = useOrganizationsList( // ITEMS_PER_PAGE, // 1,