diff --git a/public/app/features/explore/Explore.tsx b/public/app/features/explore/Explore.tsx index d77448c10d7..b6f57a76004 100644 --- a/public/app/features/explore/Explore.tsx +++ b/public/app/features/explore/Explore.tsx @@ -242,11 +242,14 @@ export class Explore extends React.PureComponent { ) : ( -
- -
+ <> +
+
+ +
+ )} {!datasourceMissing ? (
@@ -274,7 +277,11 @@ export class Explore extends React.PureComponent {