mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-23 08:14:32 +00:00
Fix add new book prop validation
This commit is contained in:
@@ -144,7 +144,7 @@ class AddNewBookModalContent extends Component {
|
||||
AddNewBookModalContent.propTypes = {
|
||||
bookTitle: PropTypes.string.isRequired,
|
||||
authorName: PropTypes.string.isRequired,
|
||||
disambiguation: PropTypes.string.isRequired,
|
||||
disambiguation: PropTypes.string,
|
||||
overview: PropTypes.string,
|
||||
images: PropTypes.arrayOf(PropTypes.object).isRequired,
|
||||
isAdding: PropTypes.bool.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user