diff --git a/frontend/src/Components/Table/TableOptions/TableOptionsModal.js b/frontend/src/Components/Table/TableOptions/TableOptionsModal.js index fd3810bf7..6f9ddaea5 100644 --- a/frontend/src/Components/Table/TableOptions/TableOptionsModal.js +++ b/frontend/src/Components/Table/TableOptions/TableOptionsModal.js @@ -240,7 +240,7 @@ TableOptionsModal.propTypes = { columns: PropTypes.arrayOf(PropTypes.object).isRequired, pageSize: PropTypes.number, canModifyColumns: PropTypes.bool.isRequired, - optionsComponent: PropTypes.func.isRequired, + optionsComponent: PropTypes.func, onTableOptionChange: PropTypes.func.isRequired, onModalClose: PropTypes.func.isRequired };