Skip to content

Commit

Permalink
fix: Disable lazy loading for the Database selector
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Sep 29, 2021
1 parent 4da4fe4 commit 29aebbf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ export default function DatabaseSelector({
ariaLabel={t('Select database or type database name')}
data-test="select-database"
header={<FormLabel>{t('Database')}</FormLabel>}
lazyLoading={false}
onChange={changeDataBase}
value={currentDb}
placeholder={t('Select database or type database name')}
Expand Down

0 comments on commit 29aebbf

Please sign in to comment.