fix: add DB should not say it's Postgres (#14766)

This commit is contained in:
Beto Dealmeida 2021-05-22 13:46:19 -07:00 committed by GitHub
parent d71b8b38d6
commit fb662698ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
});