Convert Indexer Stats to Typescript

This commit is contained in:
Bogdan
2023-07-25 01:27:20 +03:00
parent 809ed940e6
commit f618901048
20 changed files with 389 additions and 416 deletions

View File

@@ -68,6 +68,7 @@ class PathInputConnector extends Component {
}
PathInputConnector.propTypes = {
...PathInput.props,
includeFiles: PropTypes.bool.isRequired,
dispatchFetchPaths: PropTypes.func.isRequired,
dispatchClearPaths: PropTypes.func.isRequired