mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 07:16:40 +00:00
Merge pull request #2045 from Fredkiss3/fix/update-full-domain-on-resource-page
fix: full domain should be updated when the form is saved on resource proxy page
This commit is contained in:
@@ -224,7 +224,7 @@ export default function GeneralForm() {
|
|||||||
name: data.name,
|
name: data.name,
|
||||||
niceId: data.niceId,
|
niceId: data.niceId,
|
||||||
subdomain: data.subdomain,
|
subdomain: data.subdomain,
|
||||||
fullDomain: resource.fullDomain,
|
fullDomain: updated.fullDomain,
|
||||||
proxyPort: data.proxyPort
|
proxyPort: data.proxyPort
|
||||||
// ...(!resource.http && {
|
// ...(!resource.http && {
|
||||||
// enableProxy: data.enableProxy
|
// enableProxy: data.enableProxy
|
||||||
|
|||||||
Reference in New Issue
Block a user