From df946ca5eb8bfbe7fc1d3b53af86d1f4c57719c8 Mon Sep 17 00:00:00 2001 From: Polina Boneva <13227501+polibb@users.noreply.github.com> Date: Thu, 30 Mar 2023 16:57:18 +0300 Subject: [PATCH] Dashboard: Remove tooltip on Add button (#65619) nested react-popper-tooltip kills functionality for the inner tooltip --- .../dashboard/components/AddPanelButton/AddPanelButton.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/app/features/dashboard/components/AddPanelButton/AddPanelButton.tsx b/public/app/features/dashboard/components/AddPanelButton/AddPanelButton.tsx index 74e035426a1..ce258b50312 100644 --- a/public/app/features/dashboard/components/AddPanelButton/AddPanelButton.tsx +++ b/public/app/features/dashboard/components/AddPanelButton/AddPanelButton.tsx @@ -3,7 +3,6 @@ import React, { useState } from 'react'; import { GrafanaTheme2 } from '@grafana/data'; import { Dropdown, Button, useTheme2, Icon } from '@grafana/ui'; -import { t } from 'app/core/internationalization'; import { DashboardModel } from 'app/features/dashboard/state'; import { AddPanelMenu } from './AddPanelMenu'; @@ -24,7 +23,6 @@ export const AddPanelButton = ({ dashboard }: Props) => { onVisibleChange={setIsMenuOpen} >