Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 committed Oct 13, 2023
2 parents b5507e4 + a065029 commit a426ad1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ const DataSourceDetail = (props: any) => {
clearState();
return;
}
if (selectDb){

if (selectDb) {
dispatch({
type: STUDIO_MODEL.addTab,
payload: {
Expand Down

0 comments on commit a426ad1

Please sign in to comment.