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} >