diff --git a/superset-frontend/src/SqlLab/components/QueryTable/index.tsx b/superset-frontend/src/SqlLab/components/QueryTable/index.tsx index 163b435b42395..61d04d159debe 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)} > - + )}