unnecessary prop type removed

This commit is contained in:
svetlagasheva 2020-02-14 12:09:14 +02:00
parent 55d2387966
commit 98ecbbbdef

View file

@ -165,7 +165,6 @@ Multiselect.propTypes = {
selected: PropTypes.arrayOf(PropTypes.string),
disabled: PropTypes.bool,
dataset: PropTypes.object,
modalOptions: PropTypes.bool,
renderLabelContent: PropTypes.func,
renderLabelText: PropTypes.func,
onOpen: PropTypes.func,