Skip to content

Commit

Permalink
Change order of new vector layer wizard registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Jul 8, 2021
1 parent e92892a commit 55cbec7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export function registerLayerWizards() {

// Registration order determines display order
registerLayerWizard(uploadLayerWizardConfig);
registerLayerWizard(newVectorLayerWizardConfig);
registerLayerWizard(esDocumentsLayerWizardConfig);
// @ts-ignore
registerLayerWizard(choroplethLayerWizardConfig);
Expand All @@ -51,6 +50,7 @@ export function registerLayerWizards() {
registerLayerWizard(point2PointLayerWizardConfig);
// @ts-ignore
registerLayerWizard(emsBoundariesLayerWizardConfig);
registerLayerWizard(newVectorLayerWizardConfig);
// @ts-ignore
registerLayerWizard(emsBaseMapLayerWizardConfig);
// @ts-ignore
Expand Down

0 comments on commit 55cbec7

Please sign in to comment.