diff --git a/superset-frontend/src/SqlLab/components/TablePreview/index.tsx b/superset-frontend/src/SqlLab/components/TablePreview/index.tsx index 9e38b83ad7a..9fbcc3c1264 100644 --- a/superset-frontend/src/SqlLab/components/TablePreview/index.tsx +++ b/superset-frontend/src/SqlLab/components/TablePreview/index.tsx @@ -286,7 +286,6 @@ const TablePreview: FC = ({ dbId, catalog, schema, tableName }) => { {backend} {databaseName} {catalog && {catalog}} - {schema && {schema}} <Icons.InsertRowAboveOutlined iconSize="l" /> + {schema ? `${schema}.` : ''} {tableName} {titleActions()}