This commit is contained in:
regalijan 2023-10-19 16:50:55 -04:00
parent d0680884d8
commit 44ee965c60
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -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">