From 4b941ea9eb6ae1698bb027e2ef00396d7cc4a07b Mon Sep 17 00:00:00 2001 From: Aaron Caldwell Date: Sat, 25 Apr 2020 09:33:27 -0600 Subject: [PATCH] [7.x] [Maps] Include maps styles in embeddables factory so that they're bundled w/ consuming plugins (#64460) (#64476) --- x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts b/x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts index be6c3bf978d82..abfaba80c33d1 100644 --- a/x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts +++ b/x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts @@ -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;