From 2d0a367f1a392afa2016890a4e4a789df34829a7 Mon Sep 17 00:00:00 2001 From: Milo Schwartz Date: Thu, 23 Jan 2025 22:38:35 -0500 Subject: [PATCH] fix link in resource alert not updating when changing ssl --- .../settings/resources/[resourceId]/connectivity/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[orgId]/settings/resources/[resourceId]/connectivity/page.tsx b/src/app/[orgId]/settings/resources/[resourceId]/connectivity/page.tsx index 30a645f0..4b12f661 100644 --- a/src/app/[orgId]/settings/resources/[resourceId]/connectivity/page.tsx +++ b/src/app/[orgId]/settings/resources/[resourceId]/connectivity/page.tsx @@ -321,7 +321,7 @@ export default function ReverseProxyTargets(props: { }); setSslEnabled(val); - updateResource({ ssl: sslEnabled }); + updateResource({ ssl: val }); toast({ title: "SSL Configuration",