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 {
94
94
{ this . hasMaps ( ) && < StyleMapsPanel group = { _ ( 'Style' ) } name = { _ ( 'Maps' ) } /> }
95
95
{ this . hasLegend ( ) && < StyleLegendPanel group = { _ ( 'Style' ) } name = { _ ( 'Legend' ) } /> }
96
96
{ 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' ) } /> }
102
102
{ this . props . children ? this . props . children : null }
103
103
</ PanelMenuWrapper >
104
104
) ;
You can’t perform that action at this time.
0 commit comments