Skip to content

Commit 41adc32

Browse files
committed
fixup! console: Conditionally show WiFi and ethernet config and connections
1 parent c95b393 commit 41adc32

File tree

1 file changed

+1
-0
lines changed
  • pkg/webui/console/containers/gateway-managed-gateway/connection-settings

1 file changed

+1
-0
lines changed

pkg/webui/console/containers/gateway-managed-gateway/connection-settings/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ const GatewayConnectionSettings = () => {
363363
...(hasWifi &&
364364
wifi_profile.profile_id !== 'non-shared' && {
365365
wifi_profile: {
366+
...wifi_profile,
366367
...initialWifiProfile,
367368
profile_id: body.wifi_profile_id,
368369
_profile_of: wifi_profile._profile_of,

0 commit comments

Comments
 (0)