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

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