Browse Source
Merge branch 'master' into chore/fix-formatting-issue
pull/434/head
Dan Ditomaso
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
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={ |
|
|
|
|