diff --git a/web/source/settings/components/form/inputs.jsx b/web/source/settings/components/form/inputs.jsx index 05057713..efe8f96b 100644 --- a/web/source/settings/components/form/inputs.jsx +++ b/web/source/settings/components/form/inputs.jsx @@ -93,14 +93,14 @@ function Checkbox({label, field, ...inputProps}) { } function Select({label, field, options, ...inputProps}) { - const {onChange, value} = field; + const {onChange, value, ref} = field; return (
-
- - setNewPassword(e.target.value)} /> -
-
- - setNewPasswordConfirm(e.target.value)} /> -
- - + + + + + ); } \ No newline at end of file