mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-13 11:27:23 +00:00
Fixed: TableOptionsModal requires optionsComponent
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user