diff --git a/public/app/core/components/AppNotifications/AppNotificationItem.tsx b/public/app/core/components/AppNotifications/AppNotificationItem.tsx index 5169c39e7a0..6b4b268eb13 100644 --- a/public/app/core/components/AppNotifications/AppNotificationItem.tsx +++ b/public/app/core/components/AppNotifications/AppNotificationItem.tsx @@ -20,6 +20,7 @@ export default class AppNotificationItem extends Component { render() { const { appNotification, onClearNotification } = this.props; + return (
diff --git a/public/app/features/dashboard/dashgrid/QueriesTab.tsx b/public/app/features/dashboard/dashgrid/QueriesTab.tsx index 0f449efdc35..8513f061b74 100644 --- a/public/app/features/dashboard/dashgrid/QueriesTab.tsx +++ b/public/app/features/dashboard/dashgrid/QueriesTab.tsx @@ -252,7 +252,7 @@ export class QueriesTab extends PureComponent { <> -
+
(this.element = element)} />
@@ -260,9 +260,11 @@ export class QueriesTab extends PureComponent { +
+
{!isAddingMixed && (