Skip to content

Commit

Permalink
Merge branch 'dev-4.3.1' of https://code.alipay.com/oceanbase/oceanba…
Browse files Browse the repository at this point in the history
…se-developer-center into dev-4.3.1
  • Loading branch information
HSunboy committed Sep 5, 2024
2 parents 8eb8f0c + 0555d3e commit 091445e
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 091445e

Please sign in to comment.