fix: Fix loading for ConfirmAction component
Fix loading status after click submit button in confirm modal Change-Id: I27499a5ee0e568bef202cf6367c7ed22344e6c37
This commit is contained in:
parent
30210e33c6
commit
fd69957fcf
@ -277,7 +277,7 @@ class ActionButton extends Component {
|
|||||||
okText,
|
okText,
|
||||||
cancelText,
|
cancelText,
|
||||||
onOk: () => {
|
onOk: () => {
|
||||||
this.onConfirmOK(
|
return this.onConfirmOK(
|
||||||
data,
|
data,
|
||||||
onSubmit,
|
onSubmit,
|
||||||
isBatch,
|
isBatch,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user