From 2f2396fe573f333427af02b185d31899aeb5a021 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 21 Aug 2023 13:47:28 -0700 Subject: [PATCH] Fix frontend spelling of shouldManage (#898) --- .../src/components/settings/NetworkingCard.vue | 4 ++-- photon-client/src/types/SettingTypes.ts | 2 +- .../common/configuration/NetworkConfig.java | 7 ++++++- .../common/networking/NetworkManager.java | 12 ++++++------ 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/photon-client/src/components/settings/NetworkingCard.vue b/photon-client/src/components/settings/NetworkingCard.vue index 0363f7744..e13da815c 100644 --- a/photon-client/src/components/settings/NetworkingCard.vue +++ b/photon-client/src/components/settings/NetworkingCard.vue @@ -106,7 +106,7 @@ const saveGeneralSettings = () => { The NetworkTables Server Address is not set or is invalid. NetworkTables is unable to connect. { :rules="[v => isValidIPv4(v) || 'Invalid IPv4 address']" />