Merge branch 'activity_image' of https://git.marcoaiot.com/admin/marco.pms.web into activity_image
This commit is contained in:
commit
409d98f923
@ -28,10 +28,10 @@ const InfraPlanning = () =>
|
||||
const {projects_Details, loading: project_deatilsLoader, error: project_error,refetch} = useProjectDetails( selectedProject )
|
||||
const reloadedData = useSelector( ( store ) => store.localVariables.reload )
|
||||
|
||||
useEffect( () =>
|
||||
{
|
||||
dispatch(setProjectId(projects[0]?.id))
|
||||
}, [ projects ] )
|
||||
// useEffect( () =>
|
||||
// {
|
||||
// dispatch(setProjectId(projects[0]?.id))
|
||||
// }, [ projects ] )
|
||||
|
||||
useEffect( () =>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user