Browse Source

Make label clearer and get rid of null value.

feature/bike-tracking
Drew Larson 7 years ago
parent
commit
274c8ed5e4
  1. 5
      bikeshop_project/assets/js/bikes/components/Source/index.jsx

5
bikeshop_project/assets/js/bikes/components/Source/index.jsx

@ -25,12 +25,11 @@ const Source = ({ source, onChange }) => {
return (
<div>
<SelectField
floatingLabelText="Source"
floatingLabelText="Donation source"
value={source}
onChange={onChange}
fullWidth
autoWidth
>
<MenuItem value={null} primaryText="" />
{items}
</SelectField>
</div>

Loading…
Cancel
Save