Fix various bugs

This commit is contained in:
Owen
2025-10-13 20:00:43 -07:00
parent 244d05adb1
commit cd8062ada3
6 changed files with 13 additions and 5 deletions

View File

@@ -666,7 +666,7 @@ export default function ReverseProxyTargets(props: {
...target,
...data,
updated: true,
siteType: site?.type || null
// siteType: site?.type || null
}
: target
)