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