Fix incorrect PropType in Glitch AutosuggestInput

th-downstream
slice 6 years ago committed by ThibG
parent c12383e06c
commit fb0489022c

@ -49,7 +49,7 @@ export default class AutosuggestInput extends ImmutablePureComponent {
autoFocus: PropTypes.bool,
className: PropTypes.string,
id: PropTypes.string,
searchTokens: PropTypes.list,
searchTokens: PropTypes.arrayOf(PropTypes.string),
maxLength: PropTypes.number,
};

Loading…
Cancel
Save