fix: add DB should not say it's Postgres (#14766)
This commit is contained in:
parent
d71b8b38d6
commit
fb662698ce
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue