Fixed lint error.

This commit is contained in:
orangemug 2019-10-27 17:38:57 +00:00
parent 2e017d252a
commit 225e5c48e4

View file

@ -38,6 +38,7 @@ class UrlInput extends React.Component {
style: PropTypes.object,
default: PropTypes.string,
onChange: PropTypes.func,
onInput: PropTypes.func,
multi: PropTypes.bool,
required: PropTypes.bool,
}