Tidy SSH defaults formatting

This commit is contained in:
copilot-swe-agent[bot]
2026-06-16 23:56:01 +00:00
committed by GitHub
parent 76d0b5753a
commit baf45c47eb

View File

@@ -193,11 +193,11 @@ function SshServerForm({
: null,
destination: isNativeInitially
? ""
: (firstBrowserGatewayTarget?.ip ?? ""),
: (firstBrowserGatewayTarget?.ip ?? ""),
destinationPort: isNativeInitially
? "22"
: firstBrowserGatewayTarget
? String(firstBrowserGatewayTarget.port)
? String(firstBrowserGatewayTarget.port)
: "22"
}
});