Skip to content

Commit 0ac57a7

Browse files
authored
Update Radio.tsx
1 parent 32b4952 commit 0ac57a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/radios/components/Radio.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const Radio: React.FC<RadioProps> = ({
6464
<input
6565
onChange={e => {
6666
setSelected(radioReference);
67-
e.persist();
6867
if (onChange) onChange(e);
6968
}}
7069
className={classNames('nhsuk-radios__input', className)}

0 commit comments

Comments
 (0)