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