mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
PahtInputConnector default prop for includeFiles
This commit is contained in:
parent
0a2eb74c26
commit
e5f264a510
1 changed files with 4 additions and 0 deletions
|
@ -68,4 +68,8 @@ PathInputConnector.propTypes = {
|
|||
clearPaths: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
PathInputConnector.defaultProps = {
|
||||
includeFiles: false
|
||||
};
|
||||
|
||||
export default connect(createMapStateToProps, mapDispatchToProps)(PathInputConnector);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue