Skip to content

Commit 4212d4e

Browse files
committed
Localize PlotlyPanel
1 parent e66b34d commit 4212d4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/containers/PlotlyPanel.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,10 @@ UnlocalizedPanel.defaultProps = {
136136

137137
export const Panel = localize(UnlocalizedPanel);
138138

139-
export default class PlotlyPanel extends UnlocalizedPanel {}
139+
class PlotlyPanel extends UnlocalizedPanel {}
140140

141141
PlotlyPanel.plotly_editor_traits = {
142142
no_visibility_forcing: true,
143143
};
144+
145+
export default localize(PlotlyPanel);

0 commit comments

Comments
 (0)