Skip to content

Commit

Permalink
fix(sqllab): avoid unexpected re-rendering on DatabaseSelector (#21141)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Aug 22, 2022
1 parent fea68ef commit a1389d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset-frontend/src/components/TableSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
function renderDatabaseSelector() {
return (
<DatabaseSelector
key={currentDatabase?.id}
db={currentDatabase}
emptyState={emptyState}
formMode={formMode}
Expand Down

0 comments on commit a1389d3

Please sign in to comment.