remove empty SSID check

This commit is contained in:
proddy
2026-05-03 17:16:38 +02:00
parent 033ce24fb7
commit e2bd721c3e
13 changed files with 5 additions and 16 deletions

View File

@@ -173,7 +173,7 @@ const NetworkSettings = () => {
<ValidatedTextField
fieldErrors={fieldErrors || {}}
name="ssid"
label={'SSID (' + LL.NETWORK_BLANK_SSID() + ')'}
label="SSID"
fullWidth
variant="outlined"
value={data.ssid}