Skip to content

Commit

Permalink
Invalid prop-type
Browse files Browse the repository at this point in the history
see issue techniq#76
  • Loading branch information
andrewmclagan authored Mar 6, 2019
1 parent 5398853 commit eed86f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ MuiDownshift.propTypes = {
focusOnClear: PropTypes.bool,
loading: PropTypes.bool,
inputRef: PropTypes.func,
variant: PropTypes.oneOf('standard','filled','outlined'),
variant: PropTypes.oneOf(['standard','filled','outlined']),

// Menu
getListItem: PropTypes.func,
Expand Down

0 comments on commit eed86f1

Please sign in to comment.