1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 13:34:54 +00:00

Fixed: TableOptionsModal requires optionsComponent

This commit is contained in:
Qstick 2018-11-10 23:19:53 -05:00
parent 9007f9319a
commit 62e63b9cb7

View file

@ -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
};