fix: remark field option

This commit is contained in:
jialin
2025-11-17 15:24:22 +08:00
parent e8a0f33bde
commit d1c3edfd9b
8 changed files with 26 additions and 12 deletions
@@ -10,14 +10,17 @@ const VendorNotes = () => {
const workerCommand =
summary.get('workerCommand') ||
({
label: 'N/A',
label: '',
notes: []
} as { label: string; notes: string[] });
return (
<AlertInfoBlock
maxHeight={200}
title={`Notes for ${workerCommand.label} Device`}
title={intl.formatMessage(
{ id: 'clusters.addworker.vendorNotes.title' },
{ vendor: workerCommand.label }
)}
style={{ marginBottom: 8 }}
type="warning"
contentStyle={{