mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04: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