Skip to content

Commit

Permalink
Revert "fix(sqllab): avoid unexpected re-rendering on DatabaseSelector (
Browse files Browse the repository at this point in the history
apache#21141)"

This reverts commit a1389d3.
  • Loading branch information
justinpark committed Aug 24, 2022
1 parent ed6212a commit d8d7e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/TableSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
function renderDatabaseSelector() {
return (
<DatabaseSelector
key={currentDatabase?.id}
db={currentDatabase}
emptyState={emptyState}
formMode={formMode}
Expand Down

0 comments on commit d8d7e73

Please sign in to comment.