Skip to content

Commit

Permalink
Move custom icons to top of map settings panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpeihl committed Apr 1, 2022
1 parent 406c49a commit 01b0b9e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ export function MapSettingsPanel({

<div className="mapLayerPanel__body">
<div className="mapLayerPanel__bodyOverflow">
<CustomIconsPanel
customIcons={customIcons}
updateCustomIcons={updateCustomIcons}
deleteCustomIcon={deleteCustomIcon}
/>
<EuiSpacer size="s" />
<DisplayPanel settings={settings} updateMapSetting={updateMapSetting} />
<EuiSpacer size="s" />
<NavigationPanel
Expand All @@ -84,12 +90,6 @@ export function MapSettingsPanel({
/>
<EuiSpacer size="s" />
<SpatialFiltersPanel settings={settings} updateMapSetting={updateMapSetting} />
<EuiSpacer size="s" />
<CustomIconsPanel
customIcons={customIcons}
updateCustomIcons={updateCustomIcons}
deleteCustomIcon={deleteCustomIcon}
/>
</div>
</div>

Expand Down

0 comments on commit 01b0b9e

Please sign in to comment.