|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
<div class="govuk-grid-column-full"> |
|
|
|
|
<% @bulk_upload.bulk_upload_errors.order_by_row.order_by_cell.group_by(&:row).each do |_row, errors_for_row| %> |
|
|
|
|
<% if all_answers_to_be_cleared(errors_for_row).present? %> |
|
|
|
|
<%= render BulkUploadErrorRowComponent.new(bulk_upload_errors: all_answers_to_be_cleared(errors_for_row)) if errors_for_row.present? %> |
|
|
|
|
<%= render BulkUploadErrorRowComponent.new(bulk_upload_errors: all_answers_to_be_cleared(errors_for_row)) %> |
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|
</div> |
|
|
|
|
|