mirror of
https://github.com/Readarr/Readarr
synced 2025-12-26 02:03:11 +01:00
Fixed: TextTagInputConnector.isArray
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
3e538f935a
commit
097429c545
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@ class TextTagInputConnector extends Component {
|
|||
TextTagInputConnector.propTypes = {
|
||||
name: PropTypes.string.isRequired,
|
||||
valueArray: PropTypes.arrayOf(PropTypes.string).isRequired,
|
||||
isArray: PropTypes.bool.isRequired,
|
||||
onChange: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue