From 9833ac67df8f3641fd401c451f8df6942b8e2ec3 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Mon, 1 Jul 2024 10:04:50 +1000 Subject: [PATCH] Fix data-disble on Go button --- app/views/admin/reports/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/reports/show.html.haml b/app/views/admin/reports/show.html.haml index b41a1c0761..bc0b767f62 100644 --- a/app/views/admin/reports/show.html.haml +++ b/app/views/admin/reports/show.html.haml @@ -17,7 +17,7 @@ = render partial: "rendering_options" #report-go.actions.filter-actions{ data: { controller: "scoped-channel", "scoped-channel-id-value": request.uuid } } - = button t(:go), "report__submit-btn", "submit", "data-disable-with": true + = button t(:go), "report__submit-btn", "submit", "data-disable": true .report__header.print-hidden - if @report.message.present?