diff --git a/app/javascript/widget/components/PreChat/Form.vue b/app/javascript/widget/components/PreChat/Form.vue index 8871bc7da..6c314a1dc 100644 --- a/app/javascript/widget/components/PreChat/Form.vue +++ b/app/javascript/widget/components/PreChat/Form.vue @@ -85,7 +85,7 @@ export default { const messageValidation = { message: { required, - minLength: minLength(10), + minLength: minLength(1), }, }; if (this.options.requireEmail) {