summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/store/modules/Settings/NetworkStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/modules/Settings/NetworkStore.js b/src/store/modules/Settings/NetworkStore.js
index 54fb3e05..125eca7a 100644
--- a/src/store/modules/Settings/NetworkStore.js
+++ b/src/store/modules/Settings/NetworkStore.js
@@ -149,7 +149,7 @@ const NetworkStore = {
commit('setNtpState', ntpState);
const data = {
DHCPv4: {
- UseDNSServers: ntpState,
+ UseNTPServers: ntpState,
},
};
// Saving to the first interface automatically updates DHCPv4 and DHCPv6