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, : null,
destination: isNativeInitially destination: isNativeInitially
? "" ? ""
: (firstBrowserGatewayTarget?.ip ?? ""), : (firstBrowserGatewayTarget?.ip ?? ""),
destinationPort: isNativeInitially destinationPort: isNativeInitially
? "22" ? "22"
: firstBrowserGatewayTarget : firstBrowserGatewayTarget
? String(firstBrowserGatewayTarget.port) ? String(firstBrowserGatewayTarget.port)
: "22" : "22"
} }
}); });