fix the build.

This commit is contained in:
Arpit Jalan
2019-09-17 13:00:41 +05:30
parent 671ffc4e06
commit 4a11e7ee56

View File

@@ -363,7 +363,7 @@ const Composer = RestModel.extend({
const category = this.category;
if (category && category.topic_template) {
if (this.reply.trim() === category.topic_template.trim()) {
bootbox.alert(I18n.t("composer.error.topic_template_not_modified"))
bootbox.alert(I18n.t("composer.error.topic_template_not_modified"));
return true;
}
}