File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ class DefaultEditor extends Component {
9494 { this . hasMaps ( ) && < StyleMapsPanel group = { _ ( 'Style' ) } name = { _ ( 'Maps' ) } /> }
9595 { this . hasLegend ( ) && < StyleLegendPanel group = { _ ( 'Style' ) } name = { _ ( 'Legend' ) } /> }
9696 { this . hasColorbars ( ) && < StyleColorbarsPanel group = { _ ( 'Style' ) } name = { _ ( 'Color Bars' ) } /> }
97- < StyleNotesPanel group = { _ ( 'Layers ' ) } name = { _ ( 'Annotation ' ) } />
98- < StyleShapesPanel group = { _ ( 'Layers ' ) } name = { _ ( 'Shapes' ) } />
99- < StyleImagesPanel group = { _ ( 'Layers ' ) } name = { _ ( 'Images' ) } />
100- { this . hasSliders ( ) && < StyleSlidersPanel group = { _ ( 'Layers ' ) } name = { _ ( 'Sliders' ) } /> }
101- { this . hasMenus ( ) && < StyleUpdateMenusPanel group = { _ ( 'Layers ' ) } name = { _ ( 'Menus' ) } /> }
97+ < StyleNotesPanel group = { _ ( 'Annotate ' ) } name = { _ ( 'Text ' ) } />
98+ < StyleShapesPanel group = { _ ( 'Annotate ' ) } name = { _ ( 'Shapes' ) } />
99+ < StyleImagesPanel group = { _ ( 'Annotate ' ) } name = { _ ( 'Images' ) } />
100+ { this . hasSliders ( ) && < StyleSlidersPanel group = { _ ( 'Control ' ) } name = { _ ( 'Sliders' ) } /> }
101+ { this . hasMenus ( ) && < StyleUpdateMenusPanel group = { _ ( 'Control ' ) } name = { _ ( 'Menus' ) } /> }
102102 { this . props . children ? this . props . children : null }
103103 </ PanelMenuWrapper >
104104 ) ;
You can’t perform that action at this time.
0 commit comments