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