This commit is contained in:
2026-06-07 12:12:29 +02:00
parent d0526c39f5
commit eb64b8f2f9
3 changed files with 48 additions and 3 deletions
+1
View File
@@ -237,6 +237,7 @@ export function DetailsPanel({ callsign: _cs, prefix, operatorGrid, remoteGrid,
dxcc={details.dxcc}
value={details.award_refs ?? ''}
onChange={(v) => onChange({ award_refs: v })}
fieldValues={{ state: details.state ?? '', cnty: details.cnty ?? '' }}
/>
</div>
)}