added unmount function that can be false loading flag

This commit is contained in:
Pramod Mahajan 2025-04-11 15:21:01 +05:30
parent 55b9420b6c
commit 8608043fb2

View File

@ -82,7 +82,10 @@ const ManageProjectInfo = ( {project,handleSubmitForm, onClose} ) =>
handleSubmitForm( updatedProject )
};
useEffect( () =>
{
return ()=>setLoading(false)
},[])
return (