Skip to content

Commit

Permalink
removes role="option" from element whose parent is no longer `role=…
Browse files Browse the repository at this point in the history
…"listbox"`
  • Loading branch information
PhilipDeFraties committed Oct 12, 2023
1 parent b7fa20b commit a5e9728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/practices/form/about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<% end %>
<% end %>
<% end %>
<li class="practice-editor-contact-li fields" <%= "id=practice_practice_emails_attributes_#{pe.index}_li" if pe_id %> role="option" data-id="<%= pe_id %>">
<li class="practice-editor-contact-li fields" <%= "id=practice_practice_emails_attributes_#{pe.index}_li" if pe_id %> data-id="<%= pe_id %>">
<div class="grid-row">
<div class="grid-col-12">
<%= pe.label :address, 'Copied (cc’ed) email address', class: 'usa-label pe-address-label margin-top-0' %>
Expand Down

0 comments on commit a5e9728

Please sign in to comment.