mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-05 23:33:53 +01:00
Remove PropTypes
This commit is contained in:
parent
f1fdec6822
commit
9a7a5fdc38
1 changed files with 0 additions and 7 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import PropTypes from 'prop-types';
|
||||
import React, { useCallback } from 'react';
|
||||
import { useDispatch } from 'react-redux';
|
||||
import Modal from 'Components/Modal/Modal';
|
||||
|
|
@ -42,10 +41,4 @@ function AddIndexerModal({
|
|||
);
|
||||
}
|
||||
|
||||
AddIndexerModal.propTypes = {
|
||||
isOpen: PropTypes.bool.isRequired,
|
||||
onModalClose: PropTypes.func.isRequired,
|
||||
onSelectIndexer: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
export default AddIndexerModal;
|
||||
|
|
|
|||
Loading…
Reference in a new issue