web: Components: Fixed property warning`s at DropDownItem component.

This commit is contained in:
Ilya Oleshko 2019-09-09 16:56:54 +03:00
parent 25c4f47011
commit cccdee46a9

View File

@ -120,7 +120,9 @@ DropDownItem.propTypes = {
label: PropTypes.string,
disabled: PropTypes.bool,
icon: PropTypes.string,
noHover: PropTypes.bool
noHover: PropTypes.bool,
onClick: PropTypes.func,
children: PropTypes.any
};
DropDownItem.defaultProps = {