diff --git a/superset-frontend/src/SqlLab/components/QueryTable/index.tsx b/superset-frontend/src/SqlLab/components/QueryTable/index.tsx index 65189c8ae0155..f3f212c1b8e11 100644 --- a/superset-frontend/src/SqlLab/components/QueryTable/index.tsx +++ b/superset-frontend/src/SqlLab/components/QueryTable/index.tsx @@ -283,21 +283,21 @@ const QueryTable = ({ )} placement="top" > - + openQueryInNewTab(query)} tooltip={t('Run query in a new tab')} placement="top" > - + {q.id !== latestQueryId && ( removeQuery(query)} > - + )}