Fix data-disble on Go button

This commit is contained in:
Gaetan Craig-Riou
2024-07-01 10:04:50 +10:00
parent 5bb47823c6
commit 9833ac67df

View File

@@ -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?