Skip to content

Commit 34a7b05

Browse files
committed
Fix import causing Kibana to crash in IE11.
1 parent e58110a commit 34a7b05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/legacy/plugins/canvas/server/lib/build_embeddable_filters.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
import { Filter } from '../../types';
88
// @ts-ignore Untyped Local
99
import { buildBoolArray } from './build_bool_array';
10-
import { TimeRange, esFilters } from '../../../../../../src/plugins/data/server';
10+
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
11+
import { TimeRange, esFilters } from '../../../../../../src/plugins/data/common';
1112

1213
export interface EmbeddableFilterInput {
1314
filters: esFilters.Filter[];

0 commit comments

Comments
 (0)