Skip to content

Commit

Permalink
DBZ-3968 (debezium#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
indraraj authored Sep 3, 2021
1 parent 4d5ddab commit 42d2a06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const FormSwitchComponent: React.FunctionComponent<IFormSwitchComponentPr
<Split>
<SplitItem>
<Switch
id={field.name}
id={field.name+Math.random()}
name={field.name}
aria-label={props.label}
label={props.label}
Expand Down

0 comments on commit 42d2a06

Please sign in to comment.