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
  • Loading branch information
prosdev0107 committed Mar 16, 2022
1 parent 74910f9 commit 8e7af79
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 8e7af79

Please sign in to comment.