Skip to content

Commit 443cd8d

Browse files
committed
correct colorbar title
1 parent 6288327 commit 443cd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default_panels/StyleColorbarsPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const StyleColorBarsPanel = (props, {localize: _}) => {
3434
>
3535
<PlotlyPanel key={prefix + ' panel'}>
3636
<PlotlyFold name={_('Title')}>
37-
<TextEditor attr={prefix + 'colorbar.title'} />
37+
<TextEditor attr={prefix + 'colorbar.title.text'} />
3838

3939
<Dropdown
4040
label={_('Location')}

0 commit comments

Comments
 (0)