mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-19 21:46:43 -04:00
Fixed eslint error.
This commit is contained in:
@@ -38,8 +38,8 @@ class PathInputConnector extends Component {
|
||||
// Listeners
|
||||
|
||||
onFetchPaths = (path) => {
|
||||
this.props.fetchPaths({
|
||||
path,
|
||||
this.props.fetchPaths({
|
||||
path,
|
||||
includeFiles: this.props.includeFiles
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user