fix: email configuration updated without restart

This commit is contained in:
Elias Schneider
2023-01-04 15:30:49 +01:00
parent faea1abcc4
commit 11174656e4
2 changed files with 14 additions and 12 deletions

View File

@@ -36,8 +36,8 @@ const AdminConfigInput = ({
(configVariable.obscured ? (
<PasswordInput
style={{ width: "100%" }}
onChange={(e) => onValueChange(configVariable, e.target.value)}
{...form.getInputProps("stringValue")}
onChange={(e) => onValueChange(configVariable, e.target.value)}
/>
) : (
<TextInput