Skip to content

Commit

Permalink
[Maps] Include maps styles in embeddables factory so that they're bun…
Browse files Browse the repository at this point in the history
…dled w/ consuming plugins (#64460)
  • Loading branch information
Aaron Caldwell committed Apr 25, 2020
1 parent a9890ed commit 310e91d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { addLayerWithoutDataSync } from '../actions/map_actions';
import { getQueryableUniqueIndexPatternIds } from '../selectors/map_selectors';
import { getInitialLayers } from '../angular/get_initial_layers';
import { mergeInputWithSavedMap } from './merge_input_with_saved_map';
import '../index.scss';

export class MapEmbeddableFactory implements EmbeddableFactoryDefinition {
type = MAP_SAVED_OBJECT_TYPE;
Expand Down

0 comments on commit 310e91d

Please sign in to comment.