Web: Common: Fixed warning

This commit is contained in:
Alexey Kostenko 2020-11-17 12:10:37 +03:00
parent d86304ff48
commit 150d98fb89

View File

@ -841,7 +841,7 @@ FilterInput.propTypes = {
className: PropTypes.string,
id: PropTypes.string,
style: PropTypes.oneOfType([PropTypes.object, PropTypes.array]),
needForUpdate: PropTypes.bool,
needForUpdate: PropTypes.oneOfType([PropTypes.bool, PropTypes.func]),
filterColumnCount: PropTypes.number,
onChangeViewAs: PropTypes.func,
contextMenuHeader: PropTypes.string,