mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-12 13:51:35 +02:00
fix link in resource alert not updating when changing ssl
This commit is contained in:
parent
02b5f4d390
commit
2d0a367f1a
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ export default function ReverseProxyTargets(props: {
|
||||||
});
|
});
|
||||||
|
|
||||||
setSslEnabled(val);
|
setSslEnabled(val);
|
||||||
updateResource({ ssl: sslEnabled });
|
updateResource({ ssl: val });
|
||||||
|
|
||||||
toast({
|
toast({
|
||||||
title: "SSL Configuration",
|
title: "SSL Configuration",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue