Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Apr 27, 2020
1 parent a23bfff commit 01e02b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/plugins/maps/public/embeddable/map_embeddable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import {
Query,
RefreshInterval,
} from '../../../../../src/plugins/data/public';
// import GisMap from '../connected_components/gis_map/lazy';
import { createMapStore, MapStore } from '../reducers/store';
import { MapSettings } from '../reducers/map';
import {
Expand Down Expand Up @@ -87,7 +86,7 @@ export interface MapEmbeddableOutput extends EmbeddableOutput {
indexPatterns: IIndexPattern[];
}

const GisMap = lazy(() => import('../connected_components/gis_map/lazy'));
const GisMap = lazy(() => import('../connected_components/gis_map/shim'));
export class MapEmbeddable extends Embeddable<MapEmbeddableInput, MapEmbeddableOutput> {
type = MAP_SAVED_OBJECT_TYPE;

Expand Down

0 comments on commit 01e02b0

Please sign in to comment.