fix: removed unnecessary conditions when completing machine status
actions
This commit is contained in:
parent
b4898a92dc
commit
8ff0a7f79b
1 changed files with 2 additions and 2 deletions
|
|
@ -88,8 +88,8 @@ const MachineDetailsRow = ({ it: machine, onActionSuccess }) => {
|
||||||
},
|
},
|
||||||
onCompleted: () => {
|
onCompleted: () => {
|
||||||
onActionSuccess && onActionSuccess()
|
onActionSuccess && onActionSuccess()
|
||||||
renameActionDialogOpen && setConfirmActionDialogOpen(false)
|
setConfirmActionDialogOpen(false)
|
||||||
confirmActionDialogOpen && setRenameActionDialogOpen(false)
|
setRenameActionDialogOpen(false)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue