Skip to content

Commit

Permalink
fix(report builder): responsive footer (#26222)
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Apr 29, 2024
1 parent 2415936 commit 2eece08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/views/reports/report_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ frappe.views.ReportView = class ReportView extends frappe.views.ListView {
);
this.$paging_area
.find(".level-left")
.append(`<span class="comparison-message text-muted">${message}</span>`);
.after(`<span class="comparison-message text-muted">${message}</span>`);
}

setup_sort_selector() {
Expand Down

0 comments on commit 2eece08

Please sign in to comment.