Skip to content

Commit

Permalink
🐛 Fix insecure toggle regression (#1831) (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Apr 10, 2024
1 parent 598ba04 commit 7d77ba3
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 7d77ba3

Please sign in to comment.