From 28c995bbc0c5e5c66c0cc8d6009f9a34633c2c73 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Tue, 10 Jun 2025 15:34:05 +0530 Subject: [PATCH] hide select at local level - Task planning --- src/components/Activities/InfraPlanning.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Activities/InfraPlanning.jsx b/src/components/Activities/InfraPlanning.jsx index b38316d7..14e9732f 100644 --- a/src/components/Activities/InfraPlanning.jsx +++ b/src/components/Activities/InfraPlanning.jsx @@ -48,7 +48,7 @@ const InfraPlanning = () =>
-
+ {/*
-
+
*/}
{project_deatilsLoader && (

Loading...

)} {( !project_deatilsLoader && projects_Details?.buildings.length === 0 ) && (

No Result Found

)}