Skip to content

Commit

Permalink
fix: add DB should not say it's Postgres (apache#14766)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored and cccs-RyanS committed Dec 17, 2021
1 parent 8ae0978 commit d65f3d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
setDB({
type: ActionType.dbSelected,
payload: {
parameters: { engine: 'postgresql' },
parameters: {},
configuration_method: CONFIGURATION_METHOD.SQLALCHEMY_URI,
}, // todo hook this up to step 1
});
Expand Down

0 comments on commit d65f3d2

Please sign in to comment.