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 c30baa2 commit 6e591a9Copy full SHA for 6e591a9
src/components/containers/PlotlyPanel.js
@@ -14,8 +14,9 @@ class PanelErrorImpl extends Component {
14
<PanelEmpty
15
icon={EmbedIconIcon}
16
heading={_('Well this is embarrassing.')}
17
- message={_('This panel could not be displayed due to an error.')}
18
- />
+ >
+ <p>{_('This panel could not be displayed due to an error.')}</p>
19
+ </PanelEmpty>
20
);
21
}
22
0 commit comments