mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
removing paramProperties (#17024)
This commit is contained in:
@@ -180,7 +180,6 @@ type DBReducerActionType =
|
||||
database_name?: string;
|
||||
engine?: string;
|
||||
configuration_method: CONFIGURATION_METHOD;
|
||||
paramProperties?: Record<string, any>;
|
||||
};
|
||||
}
|
||||
| {
|
||||
@@ -651,7 +650,6 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
|
||||
configuration_method: isDynamic
|
||||
? CONFIGURATION_METHOD.DYNAMIC_FORM
|
||||
: CONFIGURATION_METHOD.SQLALCHEMY_URI,
|
||||
paramProperties: parameters?.properties,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user