feat: Refactor PickAndPlaceAction component to accept props for pick and place points; enhance RoboticArmMechanics with action handling and state management

This commit is contained in:
2025-04-25 16:06:24 +05:30
parent a1a1eacb79
commit d7a22f5bfb
6 changed files with 281 additions and 142 deletions

View File

@@ -142,9 +142,6 @@ const List: React.FC<ListProps> = ({ items = [], remove }) => {
)
);
}
console.log('newName: ', newName);
}
const checkZoneNameDuplicate = (name: string) => {
return zones.some(