diff --git a/public/app/features/explore/TableContainer.tsx b/public/app/features/explore/TableContainer.tsx index b9400a91151..8c1feda2e55 100644 --- a/public/app/features/explore/TableContainer.tsx +++ b/public/app/features/explore/TableContainer.tsx @@ -8,6 +8,7 @@ import { StoreState } from 'app/types'; import { toggleTable } from './state/actions'; import { config } from 'app/core/config'; import { PANEL_BORDER } from 'app/core/constants'; +import { MetaInfoText } from './MetaInfoText'; interface TableContainerProps { exploreId: ExploreId; @@ -47,11 +48,7 @@ export class TableContainer extends PureComponent { {hasTableResult ? ( ) : ( -
-
- 0 series returned -
-
+ )} );