fix: email

This commit is contained in:
Jannat Patel
2022-01-11 16:33:20 +05:30
parent e214573cd1
commit 62acdde68f
3 changed files with 8 additions and 7 deletions

View File

@@ -21,7 +21,8 @@ const report = (e) => {
"reason": $(".report-field").val()
},
callback: (data) => {
frappe.msgprint(__("Thanks for informing us about this post. Site admins will look into this and take an appropriate action soon."))
$(".report-modal").modal("hide");
frappe.msgprint(__("Thanks for informing us about this post. The Admins will look into this and take an appropriate action soon."))
}
})
}