From 4bcfe80aec06db042ce142078c7b9c6aacb5e014 Mon Sep 17 00:00:00 2001 From: Nathan Reese Date: Fri, 26 Jun 2020 08:06:13 -0600 Subject: [PATCH] make EMS default source --- .../classes/layers/choropleth_layer_wizard/layer_template.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx b/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx index b408273f0a2bd3..72618781902d2a 100644 --- a/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx +++ b/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx @@ -70,7 +70,7 @@ export class LayerTemplate extends Component { private _isMounted: boolean = false; state = { - leftSource: BOUNDARIES_SOURCE.ELASTICSEARCH, + leftSource: BOUNDARIES_SOURCE.EMS, leftEmsFileId: null, leftEmsFields: [], leftIndexPattern: null,