Skip to content

Commit

Permalink
PullRequest: 225 Fixes oceanbase/odc#689
Browse files Browse the repository at this point in the history
Merge branch fix/dev-4.2.2-bugs-xyh-1102-01 of [email protected]:oceanbase/oceanbase-developer-center.git into dev-4.2.2
https://code.alipay.com/oceanbase/oceanbase-developer-center/pull_requests/225

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


* Fixes oceanbase/odc#689
  • Loading branch information
bluesky-xyh committed Nov 2, 2023
1 parent 0224f39 commit 11f095b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/component/Task/DataArchiveTask/DetailContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const DataArchiveTaskContent: React.FC<IProps> = (props) => {
}), //'修改成功!'
);
handleClose();
onReload();
}
};
return (
Expand Down
1 change: 1 addition & 0 deletions src/component/Task/DataClearTask/DetailContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const DataClearTaskContent: React.FC<IProps> = (props) => {
}), //'修改成功!'
);
handleClose();
onReload();
}
};
return (
Expand Down

0 comments on commit 11f095b

Please sign in to comment.