mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
fix: add DB should not say it's Postgres (#14766)
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user