From 4d8d3f0d46f208d82794d3b386e8a0b453bb0609 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 29 Aug 2026 20:06:32 +0200 Subject: [PATCH] fix email security as number --- interface/src/app/settings/ApplicationSettings.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/interface/src/app/settings/ApplicationSettings.tsx b/interface/src/app/settings/ApplicationSettings.tsx index 53ef9841f..15cd5770b 100644 --- a/interface/src/app/settings/ApplicationSettings.tsx +++ b/interface/src/app/settings/ApplicationSettings.tsx @@ -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) - } + onChange={updateFormValue} margin="normal" select >