mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fix Delete Indexer from Edit Modal
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user