Browse Source

Bring back fullwidth.

feature/bike-tracking
Drew Larson 7 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"
value={source}
onChange={onChange}
autoWidth
fullWidth
>
{items}
</SelectField>

Loading…
Cancel
Save