Skip to content

Commit

Permalink
fixup! console: Conditionally show WiFi and ethernet config and conne…
Browse files Browse the repository at this point in the history
…ctions
  • Loading branch information
johanstokking committed Dec 16, 2024
1 parent c95b393 commit 41adc32
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ const GatewayConnectionSettings = () => {
...(hasWifi &&
wifi_profile.profile_id !== 'non-shared' && {
wifi_profile: {
...wifi_profile,
...initialWifiProfile,
profile_id: body.wifi_profile_id,
_profile_of: wifi_profile._profile_of,
Expand Down

0 comments on commit 41adc32

Please sign in to comment.