Browse Source

Bring back fullwidth.

feature/bike-tracking
Drew Larson 8 years ago
parent
commit
846d07b894
  1. 2
      bikeshop_project/assets/js/bikes/components/Source/index.jsx

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

@ -28,7 +28,7 @@ const Source = ({ source, onChange }) => {
floatingLabelText="Donation source" floatingLabelText="Donation source"
value={source} value={source}
onChange={onChange} onChange={onChange}
autoWidth fullWidth
> >
{items} {items}
</SelectField> </SelectField>

Loading…
Cancel
Save