diff --git a/web/app/components/input/input.jsx b/web/app/components/input/input.jsx index 28c5370c..1d4444a4 100644 --- a/web/app/components/input/input.jsx +++ b/web/app/components/input/input.jsx @@ -110,6 +110,7 @@ export default class Input extends Component { render(props, { isFieldDisabled, isErrorShown, preview, maxLength, commentLength }) { const charactersLeft = maxLength - commentLength; + const { mods = {} } = props; return (