fix link in resource alert not updating when changing ssl

This commit is contained in:
Milo Schwartz
2025-01-23 22:38:35 -05:00
parent 02b5f4d390
commit 2d0a367f1a

View File

@@ -321,7 +321,7 @@ export default function ReverseProxyTargets(props: {
});
setSslEnabled(val);
updateResource({ ssl: sslEnabled });
updateResource({ ssl: val });
toast({
title: "SSL Configuration",