Skip to content
Snippets Groups Projects
Merged Timothee P requested to merge redmine-issues/12030 into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -474,7 +474,7 @@ export default {
validateForm() {
this.comment_form.comment.errors = ""
if (!this.comment_form.comment.value) {
this.comment_form.comment.errors = "Ce champ est obligatoire."
this.comment_form.comment.errors = "Le commentaire ne peut pas être vide"
return false;
}
return true;
Loading