Merge remote-tracking branch 'origin/main' into ui

This commit is contained in:
2025-04-02 18:32:44 +05:30
48 changed files with 3286 additions and 432 deletions

View File

@@ -526,7 +526,7 @@ const DroppedObjects: React.FC = () => {
</>
) : obj.className === "warehouseThroughput floating" ? (
<>
<WarehouseThroughputComponent />
<WarehouseThroughputComponent object={obj}/>
</>
) : obj.className === "fleetEfficiency floating" ? (
<>