Refactor material handling: update loadCapacity to 1 in multiple components, enhance storage unit actions, and implement new store handler logic for improved material management

This commit is contained in:
2025-05-10 12:24:29 +05:30
parent cf513d3ba6
commit 3703dc629d
11 changed files with 200 additions and 30 deletions

View File

@@ -209,7 +209,7 @@ const CopyPasteControls = ({ itemsGroupRef, copiedObjects, setCopiedObjects, pas
actionName: "Action 1",
actionType: "travel",
unLoadDuration: 5,
loadCapacity: 10,
loadCapacity: 1,
steeringAngle: 0,
pickUpPoint: null,
unLoadPoint: null,