fix: Spacing

This commit is contained in:
Marica 2020-08-31 20:16:02 +05:30 committed by GitHub
parent 1eb1cba666
commit 04dbb4c261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -592,7 +592,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
this.render_summary(data.report_summary);
}
if(data.message && !data.prepared_report) this.show_status(data.message);
if (data.message && !data.prepared_report) this.show_status(data.message);
this.toggle_message(false);
if (data.result && data.result.length) {