mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-21 10:45:12 -04:00
Fixed: TextTagInputConnector.isArray
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
1 parent
3e538f935a
commit
097429c545
1 file changed
-1
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in new issue
Block a user