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
@@ -270,6 +270,7 @@ FormInputGroup.propTypes = {
helpTexts: PropTypes.arrayOf(PropTypes.string),
helpTextWarning: PropTypes.string,
helpLink: PropTypes.string,
autoFocus: PropTypes.bool,
includeNoChange: PropTypes.bool,
includeNoChangeDisabled: PropTypes.bool,
selectedValueOptions: PropTypes.object,