From 225e5c48e41f3b378fb7deca9849ed5540c19355 Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 27 Oct 2019 17:38:57 +0000 Subject: [PATCH] Fixed lint error. --- src/components/inputs/UrlInput.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/inputs/UrlInput.jsx b/src/components/inputs/UrlInput.jsx index 040c2b57..3ad9ba3f 100644 --- a/src/components/inputs/UrlInput.jsx +++ b/src/components/inputs/UrlInput.jsx @@ -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, }