Refactor Trigger component: remove console logs and clean up unused code in Trigger and RoboticArm components; update ArmBotUI to improve state management and backend integration; fix typo in useProductStore comments.
This commit is contained in:
@@ -40,7 +40,7 @@ type ProductsStore = {
|
||||
updates: Partial<ConveyorPointSchema['action'] | VehiclePointSchema['action'] | RoboticArmPointSchema['actions'][0] | MachinePointSchema['action'] | StoragePointSchema['action']>
|
||||
) => EventsSchema | undefined;
|
||||
|
||||
// Trigger-level actions
|
||||
// Trigger-level actionss
|
||||
addTrigger: (
|
||||
productId: string,
|
||||
actionUuid: string,
|
||||
|
||||
Reference in New Issue
Block a user