From fd69957fcf8d84a8014349685c3365365f080d12 Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Mon, 13 Sep 2021 13:22:06 +0800 Subject: [PATCH] fix: Fix loading for ConfirmAction component Fix loading status after click submit button in confirm modal Change-Id: I27499a5ee0e568bef202cf6367c7ed22344e6c37 --- src/components/Tables/Base/ActionButton/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tables/Base/ActionButton/index.jsx b/src/components/Tables/Base/ActionButton/index.jsx index 5944c0d9..c6ef2f81 100644 --- a/src/components/Tables/Base/ActionButton/index.jsx +++ b/src/components/Tables/Base/ActionButton/index.jsx @@ -277,7 +277,7 @@ class ActionButton extends Component { okText, cancelText, onOk: () => { - this.onConfirmOK( + return this.onConfirmOK( data, onSubmit, isBatch,