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 a7803f2 commit cd762f7Copy full SHA for cd762f7
x-pack/legacy/plugins/maps/public/layers/sources/es_search_source/create_source_editor.js
@@ -10,10 +10,7 @@ import PropTypes from 'prop-types';
10
import { EuiFormRow, EuiSpacer } from '@elastic/eui';
11
12
import { SingleFieldSelect } from '../../../components/single_field_select';
13
-import {
14
- getIndexPatternService,
15
- getIndexPatternSelectComponent,
16
-} from '../../../kibana_services';
+import { getIndexPatternService, getIndexPatternSelectComponent } from '../../../kibana_services';
17
import { NoIndexPatternCallout } from '../../../components/no_index_pattern_callout';
18
import { i18n } from '@kbn/i18n';
19
import { ES_GEO_FIELD_TYPE, SCALING_TYPES } from '../../../../common/constants';
0 commit comments