We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769950b commit fa3343dCopy full SHA for fa3343d
x-pack/plugins/maps/public/layers/sources/mvt_single_layer_vector_source/layer_wizard.tsx
@@ -9,7 +9,7 @@ import React from 'react';
9
import {
10
MVTSingleLayerVectorSourceEditor,
11
MVTSingleLayerVectorSourceConfig,
12
-} from './mvt_single_layer_vector_source';
+} from './mvt_single_layer_vector_source_editor';
13
import { MVTSingleLayerVectorSource, sourceTitle } from './mvt_single_layer_vector_source';
14
import { LayerWizard, RenderWizardArguments } from '../../layer_wizard_registry';
15
import { SOURCE_TYPES } from '../../../../common/constants';
0 commit comments