Skip to content

Commit

Permalink
Fixes field_editor_flyout_content.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed May 25, 2021
1 parent be7db87 commit d60144b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ import { registerTestBed, TestBed, noop, docLinks, getCommonActions } from '../t

import { FieldEditor } from './field_editor';
import { FieldEditorFlyoutContent, Props } from './field_editor_flyout_content';
import { docLinksServiceMock } from '../../../../core/public/mocks';

const defaultProps: Props = {
onSave: noop,
onCancel: noop,
docLinks,
docLinks: docLinksServiceMock.createStartContract() as any,
FieldEditor,
indexPattern: { fields: [] } as any,
uiSettings: {} as any,
Expand Down

0 comments on commit d60144b

Please sign in to comment.