We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66b34d commit 4212d4eCopy full SHA for 4212d4e
src/components/containers/PlotlyPanel.js
@@ -136,8 +136,10 @@ UnlocalizedPanel.defaultProps = {
136
137
export const Panel = localize(UnlocalizedPanel);
138
139
-export default class PlotlyPanel extends UnlocalizedPanel {}
+class PlotlyPanel extends UnlocalizedPanel {}
140
141
PlotlyPanel.plotly_editor_traits = {
142
no_visibility_forcing: true,
143
};
144
+
145
+export default localize(PlotlyPanel);
0 commit comments