From 779b60c8656b690e2c275b528434445fd1833e2a Mon Sep 17 00:00:00 2001 From: Shahzad Date: Mon, 7 Dec 2020 15:56:21 +0100 Subject: [PATCH] fix: type --- .../uptime/public/components/common/header/action_menu.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/uptime/public/components/common/header/action_menu.tsx b/x-pack/plugins/uptime/public/components/common/header/action_menu.tsx index a46711661ae4c..b59470f66f796 100644 --- a/x-pack/plugins/uptime/public/components/common/header/action_menu.tsx +++ b/x-pack/plugins/uptime/public/components/common/header/action_menu.tsx @@ -10,7 +10,6 @@ import { i18n } from '@kbn/i18n'; import { useKibana } from '../../../../../../../src/plugins/kibana_react/public'; import { HeaderMenuPortal } from '../../../../../observability/public'; import { AppMountParameters } from '../../../../../../../src/core/public'; -import { ToggleAlertFlyoutButton } from '../../overview/alerts/alerts_containers'; const ADD_DATA_LABEL = i18n.translate('xpack.uptime.addDataButtonLabel', { defaultMessage: 'Add data',