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)}
value={data.email_security}
variant="outlined"
onChange={(event) =>
updateFormValue({
target: {
name: 'email_security',
type: 'number',
value: event.target.value
}
} as React.ChangeEvent<HTMLInputElement>)
}
onChange={updateFormValue}
margin="normal"
select
>