Fix Delete Indexer from Edit Modal

This commit is contained in:
Qstick
2020-10-22 12:14:36 -04:00
parent 94b295ddcf
commit dd5b35e590
13 changed files with 166 additions and 265 deletions

View File

@@ -292,7 +292,7 @@ SearchIndex.propTypes = {
onFilterSelect: PropTypes.func.isRequired,
onSearchPress: PropTypes.func.isRequired,
onScroll: PropTypes.func.isRequired,
hasIndexers: PropTypes.func.isRequired
hasIndexers: PropTypes.bool.isRequired
};
export default SearchIndex;