fix: rating field issue

This commit is contained in:
Jannat Patel
2021-12-27 13:26:50 +05:30
parent 6417dfb4a1
commit e966e4c7ed
3 changed files with 18 additions and 5 deletions

View File

@@ -192,10 +192,7 @@ var submit_review = (e) => {
callback: (data) => {
if (data.message == "OK") {
$(".review-modal").modal("hide");
frappe.msgprint("Thanks for providing your feedback!");
setTimeout(() => {
window.location.reload();
}, 2000);
window.location.reload();
}
}
})