Skip to content

Commit

Permalink
make EMS default source
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jun 26, 2020
1 parent 4198d11 commit 4bcfe80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class LayerTemplate extends Component<RenderWizardArguments, State> {
private _isMounted: boolean = false;

state = {
leftSource: BOUNDARIES_SOURCE.ELASTICSEARCH,
leftSource: BOUNDARIES_SOURCE.EMS,
leftEmsFileId: null,
leftEmsFields: [],
leftIndexPattern: null,
Expand Down

0 comments on commit 4bcfe80

Please sign in to comment.