File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ export default {
326326 params .dns1 = this .prefillContent .ipv4Dns1 .value
327327 params .dns2 = this .prefillContent .ipv4Dns2 ? this .prefillContent .ipv4Dns2 .value : null
328328 params .ip6dns1 = this .prefillContent .ipv6Dns1 ? this .prefillContent .ipv6Dns1 .value : null
329- params .ip6dns2 = this .prefillContent .ipv6Dns1 ? this .prefillContent .ipv6Dns1 .value : null
329+ params .ip6dns2 = this .prefillContent .ipv6Dns2 ? this .prefillContent .ipv6Dns2 .value : null
330330 params .internaldns1 = this .prefillContent .internalDns1 ? this .prefillContent .internalDns1 .value : null
331331 params .internaldns2 = this .prefillContent .internalDns2 ? this .prefillContent .internalDns2 .value : null
332332 params .domain = this .prefillContent .networkDomain ? this .prefillContent .networkDomain .value : null
You can’t perform that action at this time.
0 commit comments