Skip to content

Commit

Permalink
small review
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 27, 2019
1 parent 83260a9 commit af45d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function IntegrationDownshift() {
{renderInput({
fullWidth: true,
classes,
label: 'Countries',
label: 'Country',
InputProps: { onBlur, onFocus },
InputLabelProps: getLabelProps({ shrink: true }),
inputProps,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function IntegrationDownshift() {
{renderInput({
fullWidth: true,
classes,
label: 'Countries',
label: 'Country',
InputProps: { onBlur, onFocus },
InputLabelProps: getLabelProps({ shrink: true } as any),
inputProps,
Expand Down

0 comments on commit af45d2c

Please sign in to comment.