mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: Remove tooltip on Add button (#65619)
nested react-popper-tooltip kills functionality for the inner tooltip
This commit is contained in:
parent
d790cb1c09
commit
df946ca5eb
@ -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}
|
||||
>
|
||||
<Button
|
||||
tooltip={t('dashboard.toolbar.add-panel', 'Add panel')}
|
||||
icon="panel-add"
|
||||
size="lg"
|
||||
fill="outline"
|
||||
|
Loading…
Reference in New Issue
Block a user