diff --git a/web/ASC.Web.Common/src/components/FilterInput/FilterInput.js b/web/ASC.Web.Common/src/components/FilterInput/FilterInput.js index b0db8ccdf8..eaa3fba770 100644 --- a/web/ASC.Web.Common/src/components/FilterInput/FilterInput.js +++ b/web/ASC.Web.Common/src/components/FilterInput/FilterInput.js @@ -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,