mirror of
https://github.com/meshtastic/web.git
synced 2026-04-24 16:00:32 -04:00
Merge branch 'master' into chore/fix-formatting-issue
This commit is contained in:
@@ -70,6 +70,7 @@ export const HTTP = ({ closeDialog }: TabElementProps): JSX.Element => {
|
||||
onCheckedChange={(checked) => {
|
||||
checked ? setHTTPS(true) : setHTTPS(false);
|
||||
}}
|
||||
|
||||
// label="Use TLS"
|
||||
// description="Description"
|
||||
disabled={
|
||||
|
||||
Reference in New Issue
Block a user