fix: Dialog title shows undefined on confirm
This commit is contained in:
parent
338c1f85c9
commit
e07d33fd41
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ const MachineActions = memo(({ machine, onActionSuccess }) => {
|
||||||
},
|
},
|
||||||
onCompleted: () => {
|
onCompleted: () => {
|
||||||
onActionSuccess && onActionSuccess()
|
onActionSuccess && onActionSuccess()
|
||||||
setAction({ command: null })
|
setAction({ display: action.display, command: null })
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue