We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87d1a7 commit 75e1bb1Copy full SHA for 75e1bb1
1 file changed
x-pack/plugins/maps/public/connected_components/mb_map/draw_control/draw_control.js
@@ -8,7 +8,7 @@
8
import _ from 'lodash';
9
import React from 'react';
10
import { DRAW_TYPE } from '../../../../common/constants';
11
-import MapboxDraw from '@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw-unminified';
+import MapboxDraw from '@mapbox/mapbox-gl-draw';
12
import DrawRectangle from 'mapbox-gl-draw-rectangle-mode';
13
import { DrawCircle } from './draw_circle';
14
import {
0 commit comments