Skip to content

Commit

Permalink
fix: add DB should not say it's Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed May 22, 2021
1 parent d71b8b3 commit fff281a
Showing 1 changed file with 1 addition and 1 deletion.
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 fff281a

Please sign in to comment.