Skip to content

Commit

Permalink
[DOP-17434] fix (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-pedchenko committed Jun 25, 2024
1 parent d7e3d1d commit 46dc619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/connection/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export type PostgresConnectionData = {
export type HiveConnectionData = {
cluster: string;
type: "hive";
additional_params?: string;
};

export type OracleConnectionData = {
Expand Down

0 comments on commit 46dc619

Please sign in to comment.