Skip to content

Commit

Permalink
Fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaDerevyankina committed Apr 8, 2020
1 parent 653790a commit 42cac76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import React, { useEffect } from 'react';
import { isArray } from 'lodash';
import { AggParamEditorProps } from '../agg_param_props';
import { StringParamEditor } from './string';
import { search } from '../../../../../../plugins/data/public/';
import { search } from '../../../../data/public';
import { SimpleNumberList } from './components/simple_number_list';
const { isNumberType } = search.aggs;

Expand Down

0 comments on commit 42cac76

Please sign in to comment.