Skip to content

Commit

Permalink
PullRequest: 203 Fixes oceanbase/odc#462
Browse files Browse the repository at this point in the history
Merge branch 'fix/dev-4.2.2-462 of [email protected]:oceanbase/oceanbase-developer-center.git into dev-4.2.2

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


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


* Fixes oceanbase/odc#462
  • Loading branch information
UnknownAdventurer committed Oct 25, 2023
1 parent d84f822 commit 47e8f30
Show file tree
Hide file tree
Showing 4 changed files with 609 additions and 483 deletions.
2 changes: 1 addition & 1 deletion src/common/network/sensitiveColumn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export async function listColumns(projectId: number, database: number[]) {
},
},
);
return result?.data;
return result?.data || [];
}

export enum ScannResultType {
Expand Down
Loading

0 comments on commit 47e8f30

Please sign in to comment.