Skip to content

Commit

Permalink
Revert "Address PR comments and Changelog"
Browse files Browse the repository at this point in the history
This reverts commit 1c3ad3e.
  • Loading branch information
cchaos committed Sep 4, 2018
1 parent 08156df commit 144963f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/combo_box/combo_box.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ export class EuiComboBox extends Component {
async: PropTypes.bool,
singleSelection: PropTypes.oneOfType([
PropTypes.bool,
PropTypes.shape({
asPlainText: PropTypes.bool,
}),
PropTypes.object,
]),
noSuggestions: PropTypes.bool,
options: PropTypes.array,
Expand Down

0 comments on commit 144963f

Please sign in to comment.