[FIX] Solved Report Message Blank (#24262)

pull/24267/head
Nishant Patel 3 years ago committed by GitHub
parent 46c7b7e89f
commit b28ec58ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/ui-utils/client/lib/MessageAction.js

@ -353,7 +353,7 @@ Meteor.startup(async function () {
return false;
}
if (inputValue === '') {
if (!inputValue.trim()) {
modal.showInputError(TAPi18n.__('You_need_to_write_something'));
return false;
}

Loading…
Cancel
Save