Skip to content

Commit

Permalink
PullRequest: 521 fix: add disabled btn key when execute
Browse files Browse the repository at this point in the history
Merge branch 'fix/dev-4.3.1 of [email protected]:oceanbase/oceanbase-developer-center.git into dev-4.3.1

https://code.alipay.com/oceanbase/oceanbase-developer-center/pull_requests/521


Signed-off-by: 晓康 <[email protected]>


* fix: add disabled btn key when execute
  • Loading branch information
yezaoshu committed Sep 4, 2024
1 parent 327ff23 commit 0555d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/Task/component/ActionBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const ActionBar: React.FC<IProps> = inject(
};

const handleExecute = async () => {
setActiveBtnKey('execute');
const res = await executeTask(task.id);
if (res) {
message.success(
Expand Down

0 comments on commit 0555d3e

Please sign in to comment.