Again?
This commit is contained in:
parent
d0680884d8
commit
44ee965c60
@ -162,9 +162,7 @@ export default function (props: ReportCardProps) {
|
||||
<RadioGroup
|
||||
name={props.target_ids[i].toString()}
|
||||
onChange={(val) => {
|
||||
Object.defineProperty(actionMap, props.target_ids[i], {
|
||||
value: parseInt(val),
|
||||
});
|
||||
actionMap[props.target_ids[i]] = parseInt(val);
|
||||
}}
|
||||
>
|
||||
<Stack direction="row">
|
||||
|
Loading…
x
Reference in New Issue
Block a user