diff --git a/web/source/settings/components/form/inputs.jsx b/web/source/settings/components/form/inputs.jsx
index 050577134..efe8f96bb 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 (