Skip to content

Commit

Permalink
Update superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index…
Browse files Browse the repository at this point in the history
….tsx

Co-authored-by: Michael S. Molina <[email protected]>
  • Loading branch information
pkdotson and michael-s-molina authored Apr 15, 2022
1 parent 8217c2c commit 925e107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export default function SqlEditorLeftBar({
return (
<div className="SqlEditorLeftBar">
<TableSelectorMultiple
onEmptyResults={onDbSearch}
onEmptyResults={onEmptyResults}
emptyState={emptyStateComponent}
database={database}
getDbList={actions.setDatabases}
Expand Down

0 comments on commit 925e107

Please sign in to comment.