mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-14 03:40:22 +03:00
remove ? from checkboxes
This commit is contained in:
@@ -125,7 +125,7 @@ class WiFiSettingsForm extends React.Component<WiFiStatusFormProps> {
|
||||
onChange={handleValueChange("static_ip_config")}
|
||||
/>
|
||||
}
|
||||
label="Static IP Config?"
|
||||
label="Static IP Config"
|
||||
/>
|
||||
{
|
||||
data.static_ip_config &&
|
||||
|
||||
Reference in New Issue
Block a user