Skip to content

Commit

Permalink
🐛 Fix insecure toggle regression (konveyor#1831)
Browse files Browse the repository at this point in the history
Resolves https://issues.redhat.com/browse/MTA-2426

---------

Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
Signed-off-by: Ian Bolton <ibolton@redhat.com>
Co-authored-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
  • Loading branch information
ibolton336 and rszwajko committed Apr 10, 2024
1 parent 57f41f9 commit bd74692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/pages/external/jira/tracker-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export const TrackerForm: React.FC<TrackerFormProps> = ({
label="Enable insecure communication"
aria-label="Insecure Communication"
isChecked={value}
onChange={() => onChange}
onChange={onChange}
/>
<Popover
position={PopoverPosition.top}
Expand Down

0 comments on commit bd74692

Please sign in to comment.