Browse Source

Merge branch 'master' into chore/fix-formatting-issue

pull/434/head
Dan Ditomaso 1 year ago
committed by GitHub
parent
commit
1f55d08adf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/components/PageComponents/Connect/HTTP.tsx

1
src/components/PageComponents/Connect/HTTP.tsx

@ -70,6 +70,7 @@ export const HTTP = ({ closeDialog }: TabElementProps): JSX.Element => {
onCheckedChange={(checked) => {
checked ? setHTTPS(true) : setHTTPS(false);
}}
// label="Use TLS"
// description="Description"
disabled={

Loading…
Cancel
Save