mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-09-13 13:44:10 +00:00
fixes for email service
This commit is contained in:
@@ -430,7 +430,15 @@ const ApplicationSettings = () => {
|
||||
label={LL.SECURITY(0)}
|
||||
value={data.email_security}
|
||||
variant="outlined"
|
||||
onChange={updateFormValue}
|
||||
onChange={(event) =>
|
||||
updateFormValue({
|
||||
target: {
|
||||
name: 'email_security',
|
||||
type: 'number',
|
||||
value: event.target.value
|
||||
}
|
||||
} as React.ChangeEvent<HTMLInputElement>)
|
||||
}
|
||||
margin="normal"
|
||||
select
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user