Skip to content

Commit

Permalink
fix superset_text issue (#15095)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Jun 10, 2021
1 parent 5eea4f3 commit c66a853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
className="preferred-item"
onClick={() => setDatabaseModel(database.engine)}
buttonText={database.name}
icon={dbImages[database.engine]}
icon={dbImages && dbImages[database.engine]}
/>
))}
</div>
Expand Down

0 comments on commit c66a853

Please sign in to comment.