Skip to content

Commit

Permalink
fix typo in autocomplete test
Browse files Browse the repository at this point in the history
  • Loading branch information
TrejGun committed Nov 22, 2019
1 parent cfcbb96 commit 9388ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ describe('<Autocomplete />', () => {
label: 'Two',
},
]}
getOptionLabel={option => option.name}
getOptionLabel={option => option.label}
renderInput={params => <TextField autoFocus {...params} />}
/>,
);
Expand Down

0 comments on commit 9388ad1

Please sign in to comment.