Skip to content

Commit

Permalink
updated defined prop
Browse files Browse the repository at this point in the history
  • Loading branch information
wdrougas-tista committed Sep 3, 2020
1 parent cec9768 commit e22fc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/SearchableDropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const SelectOpts = PropTypes.arrayOf(

SearchableDropdown.propTypes = {
async: PropTypes.func,
clearable: PropTypes.bool,
isClearable: PropTypes.bool,
clearOnSelect: PropTypes.bool,
creatable: PropTypes.bool,
creatableOptions: PropTypes.shape({
Expand Down

0 comments on commit e22fc5b

Please sign in to comment.