🐛 full domain should be updated when the form is saved

This commit is contained in:
Fred KISSIE
2025-12-11 22:26:38 +01:00
parent 757e540be6
commit 181612ce25

View File

@@ -224,7 +224,7 @@ export default function GeneralForm() {
name: data.name,
niceId: data.niceId,
subdomain: data.subdomain,
fullDomain: resource.fullDomain,
fullDomain: updated.fullDomain,
proxyPort: data.proxyPort
// ...(!resource.http && {
// enableProxy: data.enableProxy