[Maps] Include maps styles in embeddables factory so that they're bundled w/ consuming plugins (#64460)

This commit is contained in:
Aaron Caldwell 2020-04-24 20:16:34 -06:00 committed by GitHub
parent 3a898a159c
commit 0c8cfa2672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;