Dropdown: fix PropType error

This commit is contained in:
Alex Gleason
2021-09-21 16:43:44 -05:00
parent 812ea509b4
commit 6a45ccf7b3

View File

@ -200,7 +200,7 @@ export default class Dropdown extends React.PureComponent {
icon: PropTypes.string,
src: PropTypes.string,
items: PropTypes.array.isRequired,
size: PropTypes.number.isRequired,
size: PropTypes.number,
title: PropTypes.string,
disabled: PropTypes.bool,
status: ImmutablePropTypes.map,