Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Again?
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent d068088 commit 44ee965
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/ReportCard.tsx
Expand Up @@ -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">
Expand Down

0 comments on commit 44ee965

Please sign in to comment.