Resources working with new picker

This commit is contained in:
Owen
2025-07-14 15:36:15 -07:00
parent ec57996b01
commit 78661799f2
6 changed files with 218 additions and 160 deletions

View File

@@ -165,7 +165,8 @@ export default function Page() {
const httpData = httpForm.getValues();
Object.assign(payload, {
subdomain: httpData.subdomain,
domainId: httpData.domainId
domainId: httpData.domainId,
protocol: "tcp",
});
} else {
const tcpUdpData = tcpUdpForm.getValues();