diff --git a/src/app/[orgId]/settings/resources/public/[niceId]/ssh/page.tsx b/src/app/[orgId]/settings/resources/public/[niceId]/ssh/page.tsx index 6ef4f2af2..653db10c5 100644 --- a/src/app/[orgId]/settings/resources/public/[niceId]/ssh/page.tsx +++ b/src/app/[orgId]/settings/resources/public/[niceId]/ssh/page.tsx @@ -193,11 +193,11 @@ function SshServerForm({ : null, destination: isNativeInitially ? "" - : (firstBrowserGatewayTarget?.ip ?? ""), + : (firstBrowserGatewayTarget?.ip ?? ""), destinationPort: isNativeInitially ? "22" : firstBrowserGatewayTarget - ? String(firstBrowserGatewayTarget.port) + ? String(firstBrowserGatewayTarget.port) : "22" } });