fix email security as number

This commit is contained in:
proddy
2026-08-29 20:06:32 +02:00
parent db5ccb018f
commit 4d8d3f0d46
@@ -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
> >