mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
New: Update Frontend Packages
This commit is contained in:
parent
03aceb3568
commit
c673058a10
24 changed files with 1313 additions and 1076 deletions
|
@ -113,7 +113,7 @@ Table.propTypes = {
|
|||
className: PropTypes.string,
|
||||
selectAll: PropTypes.bool.isRequired,
|
||||
columns: PropTypes.arrayOf(PropTypes.object).isRequired,
|
||||
optionsComponent: PropTypes.func,
|
||||
optionsComponent: PropTypes.elementType,
|
||||
pageSize: PropTypes.number,
|
||||
canModifyColumns: PropTypes.bool,
|
||||
children: PropTypes.node,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue