Skip to content

Commit b198ef0

Browse files
committed
update filter groups
1 parent 250276c commit b198ef0

File tree

1 file changed

+1
-1
lines changed
  • x-pack/legacy/plugins/uptime/public/components/functional/filter_group

1 file changed

+1
-1
lines changed

x-pack/legacy/plugins/uptime/public/components/functional/filter_group/filter_group.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import { EuiFilterGroup } from '@elastic/eui';
8-
import React, { useEffect } from 'react';
8+
import React from 'react';
99
import { get } from 'lodash';
1010
import { i18n } from '@kbn/i18n';
1111
import { FilterBar as FilterBarType } from '../../../../common/graphql/types';

0 commit comments

Comments
 (0)