Skip to content

Commit

Permalink
Fixed #1158 - Wrong property name on the propTypes definition of Drop…
Browse files Browse the repository at this point in the history
…down
  • Loading branch information
mertsincan committed Jan 17, 2020
1 parent a63089d commit cca2449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/dropdown/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class Dropdown extends Component {
filterInputAutoFocus: PropTypes.bool,
lazy: PropTypes.bool,
panelClassName: PropTypes.string,
panelstyle: PropTypes.object,
panelStyle: PropTypes.object,
dataKey: PropTypes.string,
inputId: PropTypes.string,
showClear: PropTypes.bool,
Expand Down
2 changes: 1 addition & 1 deletion src/components/dropdown/DropdownPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class DropdownPanel extends Component {
filter: PropTypes.any,
scrollHeight: PropTypes.string,
panelClassName: PropTypes.string,
panelstyle: PropTypes.object,
panelStyle: PropTypes.object,
onClick: PropTypes.func
};

Expand Down

0 comments on commit cca2449

Please sign in to comment.