added unmount function that can be false loading flag
This commit is contained in:
parent
55b9420b6c
commit
8608043fb2
@ -82,7 +82,10 @@ const ManageProjectInfo = ( {project,handleSubmitForm, onClose} ) =>
|
|||||||
handleSubmitForm( updatedProject )
|
handleSubmitForm( updatedProject )
|
||||||
};
|
};
|
||||||
|
|
||||||
|
useEffect( () =>
|
||||||
|
{
|
||||||
|
return ()=>setLoading(false)
|
||||||
|
},[])
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user