mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
remove ? from checkboxes
This commit is contained in:
@@ -39,7 +39,7 @@ class NTPSettingsForm extends React.Component<NTPSettingsFormProps> {
|
||||
value="enabled"
|
||||
/>
|
||||
}
|
||||
label="Enable NTP?"
|
||||
label="Enable NTP"
|
||||
/>
|
||||
<TextValidator
|
||||
validators={['required', 'isIPOrHostname']}
|
||||
|
||||
Reference in New Issue
Block a user