Skip to content

Commit 6e591a9

Browse files
committed
Adjust PanelEmpty
1 parent c30baa2 commit 6e591a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/containers/PlotlyPanel.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ class PanelErrorImpl extends Component {
1414
<PanelEmpty
1515
icon={EmbedIconIcon}
1616
heading={_('Well this is embarrassing.')}
17-
message={_('This panel could not be displayed due to an error.')}
18-
/>
17+
>
18+
<p>{_('This panel could not be displayed due to an error.')}</p>
19+
</PanelEmpty>
1920
);
2021
}
2122
}

0 commit comments

Comments
 (0)