mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
fix(dbs-dropdown): make to allow the search in supported db dropdown (#19125)
This commit is contained in:
@@ -688,6 +688,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
|
||||
className="available-select"
|
||||
onChange={setDatabaseModel}
|
||||
placeholder={t('Choose a database...')}
|
||||
showSearch
|
||||
>
|
||||
{[...(availableDbs?.databases || [])]
|
||||
?.sort((a: DatabaseForm, b: DatabaseForm) =>
|
||||
|
||||
Reference in New Issue
Block a user