disabled={!canOperateMachines}
parent
3a211bcb17
commit
27be2a2844
|
@ -43,6 +43,7 @@ const ActionsGroup = ({ machine, actions, addLog }) => {
|
|||
key={`machine-item-${machine.machineId}-${action.code}`}
|
||||
action={action}
|
||||
machine={machine}
|
||||
disabled={!canOperateMachines}
|
||||
/>
|
||||
))}
|
||||
<ActionButton
|
||||
|
|
Loading…
Reference in New Issue