1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Bring back fullwidth.

This commit is contained in:
Drew Larson 2017-02-01 22:23:34 -06:00
parent 86ffc10c0e
commit 846d07b894

View File

@ -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>