diff --git a/packages/vulcan-ui-bootstrap/lib/components/forms/Select.jsx b/packages/vulcan-ui-bootstrap/lib/components/forms/Select.jsx index db64765c5..a1b82d66a 100644 --- a/packages/vulcan-ui-bootstrap/lib/components/forms/Select.jsx +++ b/packages/vulcan-ui-bootstrap/lib/components/forms/Select.jsx @@ -21,7 +21,7 @@ const SelectComponent = ({ refFunction, inputProperties, itemProperties, datatyp {options.map((option, i) => ( - + ))}