Skip to content

Commit

Permalink
🏷️ Fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Nov 6, 2020
1 parent c2bd377 commit 52cd945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { deleteColumn, changeColumn, updateColumnParam, mergeLayer } from '../st
import { FieldSelect } from './field_select';
import { hasField, fieldIsInvalid } from '../utils';
import { BucketNestingEditor } from './bucket_nesting_editor';
import { IndexPattern, IndexPatternField } from '../types';
import { IndexPattern } from '../types';
import { trackUiEvent } from '../../lens_ui_telemetry';
import { FormatSelector } from './format_selector';

Expand Down

0 comments on commit 52cd945

Please sign in to comment.