Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Apr 9, 2020
1 parent e59a758 commit 1f050fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
import { IFieldType, IndexPattern } from '../../../../../../src/plugins/data/public';
import { ESTooltipProperty } from './es_tooltip_property';
import { TooltipProperty } from './tooltip_property';
import { AbstractField, IField } from '../fields/field';
import { AbstractField } from '../fields/field';
import { FIELD_ORIGIN } from '../../../common/constants';

class MockField extends AbstractField implements IField {}
class MockField extends AbstractField {}

const indexPatternField = {
name: 'machine.os',
Expand Down

0 comments on commit 1f050fd

Please sign in to comment.