From e883885cd300e1340362667fef9135b0745f6bd6 Mon Sep 17 00:00:00 2001 From: Marta Bondyra Date: Wed, 12 Feb 2020 22:13:21 +0100 Subject: [PATCH] fix: conflict solving --- x-pack/legacy/plugins/lens/public/app_plugin/app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/legacy/plugins/lens/public/app_plugin/app.tsx b/x-pack/legacy/plugins/lens/public/app_plugin/app.tsx index b062f238769cc..4be5b26865686 100644 --- a/x-pack/legacy/plugins/lens/public/app_plugin/app.tsx +++ b/x-pack/legacy/plugins/lens/public/app_plugin/app.tsx @@ -20,6 +20,7 @@ import { EditorFrameInstance } from '../types'; import { NativeRenderer } from '../native_renderer'; import { trackUiEvent } from '../lens_ui_telemetry'; import { + esFilters, Filter, IndexPattern as IndexPatternInstance, IndexPatternsContract,