updating progressbar

This commit is contained in:
Nalvazhuthi
2025-04-29 10:34:21 +05:30
parent e43bfb6e98
commit cc44826f66
10 changed files with 1029 additions and 3 deletions

View File

@@ -343,7 +343,7 @@ const RealTimeVisulization: React.FC = () => {
onDrop={(event) => handleDrop(event)}
onDragOver={(event) => event.preventDefault()}
>
<Scene />
{/* <Scene /> */}
</div>
{activeModule === "visualization" && selectedZone.zoneName !== "" && (
<DroppedObjects />