diff --git a/superset-frontend/src/SqlLab/components/TableExploreTree/TreeNodeRenderer.tsx b/superset-frontend/src/SqlLab/components/TableExploreTree/TreeNodeRenderer.tsx index b2bf7e5b9ab..ba562348738 100644 --- a/superset-frontend/src/SqlLab/components/TableExploreTree/TreeNodeRenderer.tsx +++ b/superset-frontend/src/SqlLab/components/TableExploreTree/TreeNodeRenderer.tsx @@ -234,17 +234,19 @@ const TreeNodeRenderer: React.FC = ({ {identifier === 'schema' && (
- { - e.stopPropagation(); - handleRefreshTables({ - dbId: Number(_dbId), - catalog, - schema, - }); - }} - tooltipContent={t('Force refresh table list')} - /> +
+ { + e.stopPropagation(); + handleRefreshTables({ + dbId: Number(_dbId), + catalog, + schema, + }); + }} + tooltipContent={t('Force refresh table list')} + /> +
)} {identifier === 'table' &&