Skip to content

Commit

Permalink
fix(dbs-dropdown): make to allow the search in supported db dropdown (#…
Browse files Browse the repository at this point in the history
…19125)

(cherry picked from commit 8e7af79)
  • Loading branch information
prosdev0107 authored and villebro committed Apr 3, 2022
1 parent ba57cb4 commit a0138af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit a0138af

Please sign in to comment.