Skip to content

Commit

Permalink
Fix gateway4 field name
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Jun 26, 2024
1 parent a406d77 commit 6fed0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/network/IpSettingsForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function IpSettingsForm() {
...connection,
addresses: sanitizedAddresses,
method4: method,
gatewa4: gateway,
gateway4: gateway,
nameservers: sanitizedNameservers.map(s => s.address)
};

Expand Down

0 comments on commit 6fed0a0

Please sign in to comment.