feature/IO-3096-GlobalNotifications - Checkpoint - add some missing keys (cleanup)

This commit is contained in:
Dave Richer
2025-03-03 11:00:55 -05:00
parent 3c45519457
commit b5c03b8cf0
3 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ class ErrorBoundary extends React.Component {
<Row>
<Col offset={6} span={12}>
<Collapse bordered={false}>
<Collapse.Panel header={t("general.labels.errors")}>
<Collapse.Panel key="errors-panel" header={t("general.labels.errors")}>
<div>
<strong>{this.state.error.message}</strong>
</div>