mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07:00
Fixed: Create default value for filterValue in FilterBuilderRowValue
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
d728b0c4b2
commit
c6579cf115
1 changed files with 4 additions and 0 deletions
|
@ -97,4 +97,8 @@ FilterBuilderRowValue.propTypes = {
|
|||
onChange: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
FilterBuilderRowValue.defaultProps = {
|
||||
filterValue: []
|
||||
};
|
||||
|
||||
export default FilterBuilderRowValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue