Skip to content

Commit 75e1bb1

Browse files
committed
[Maps] fix MapboxDraw import from pointing to dist just pointing to folder (#93087)
1 parent f87d1a7 commit 75e1bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/maps/public/connected_components/mb_map/draw_control

x-pack/plugins/maps/public/connected_components/mb_map/draw_control/draw_control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import _ from 'lodash';
99
import React from 'react';
1010
import { DRAW_TYPE } from '../../../../common/constants';
11-
import MapboxDraw from '@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw-unminified';
11+
import MapboxDraw from '@mapbox/mapbox-gl-draw';
1212
import DrawRectangle from 'mapbox-gl-draw-rectangle-mode';
1313
import { DrawCircle } from './draw_circle';
1414
import {

0 commit comments

Comments
 (0)