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> <Row>
<Col offset={6} span={12}> <Col offset={6} span={12}>
<Collapse bordered={false}> <Collapse bordered={false}>
<Collapse.Panel header={t("general.labels.errors")}> <Collapse.Panel key="errors-panel" header={t("general.labels.errors")}>
<div> <div>
<strong>{this.state.error.message}</strong> <strong>{this.state.error.message}</strong>
</div> </div>

View File

@@ -216,7 +216,7 @@ export function JobCloseRoGuardContainer({ job, jobRO, bodyshop, form }) {
</Form.Item> </Form.Item>
</Collapse.Panel> </Collapse.Panel>
<Collapse.Panel header={t("jobs.labels.performance")}> <Collapse.Panel key="job-performance" header={t("jobs.labels.performance")}>
<Row gutter={[32, 32]}> <Row gutter={[32, 32]}>
<Col className="ro-guard-col" span={24}> <Col className="ro-guard-col" span={24}>
<JobCloseRoGuardTtLifecycle job={job} /> <JobCloseRoGuardTtLifecycle job={job} />

View File

@@ -69,7 +69,7 @@ export function JobsTotalsTableComponent({ jobRO, currentUser, job }) {
<Card title="DEVELOPMENT USE ONLY"> <Card title="DEVELOPMENT USE ONLY">
<JobCalculateTotals job={job} disabled={jobRO} /> <JobCalculateTotals job={job} disabled={jobRO} />
<Collapse> <Collapse>
<Collapse.Panel header="JSON Tree Totals"> <Collapse.Panel key="json-totals" header="JSON Tree Totals">
<div> <div>
<pre> <pre>
{JSON.stringify( {JSON.stringify(