From b198ef0ea37eb7ea192fe8cb2acba097282c524c Mon Sep 17 00:00:00 2001 From: shahzad Date: Mon, 6 Jan 2020 20:52:52 +0100 Subject: [PATCH] update filter groups --- .../public/components/functional/filter_group/filter_group.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/filter_group.tsx b/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/filter_group.tsx index 3b80745e882be..f27514bf76a11 100644 --- a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/filter_group.tsx +++ b/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/filter_group.tsx @@ -5,7 +5,7 @@ */ import { EuiFilterGroup } from '@elastic/eui'; -import React, { useEffect } from 'react'; +import React from 'react'; import { get } from 'lodash'; import { i18n } from '@kbn/i18n'; import { FilterBar as FilterBarType } from '../../../../common/graphql/types';