Skip to content

Commit

Permalink
Move getIndexPattern service to visualize (elastic#32060)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Feb 27, 2019
1 parent d3491fa commit 247cc17
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 @@ -26,9 +26,9 @@ import {
EmbeddableInstanceConfiguration,
OnEmbeddableStateChanged,
} from 'ui/embeddable/embeddable_factory';
import { getIndexPattern } from 'ui/embeddable/get_index_pattern';
import { SavedVisualizations } from '../types';
import { DisabledLabEmbeddable } from './disabled_lab_embeddable';
import { getIndexPattern } from './get_index_pattern';

export class VisualizeEmbeddableFactory extends EmbeddableFactory {
private savedVisualizations: SavedVisualizations;
Expand Down

0 comments on commit 247cc17

Please sign in to comment.