From a5e972895d71277ea29434e5d72a5b8a2ab1ded3 Mon Sep 17 00:00:00 2001 From: PhilipDeFraties Date: Thu, 12 Oct 2023 17:45:55 -0600 Subject: [PATCH] removes `role="option"` from element whose parent is no longer `role="listbox"` --- app/views/practices/form/about.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/practices/form/about.html.erb b/app/views/practices/form/about.html.erb index debc2b220..7df43ea99 100644 --- a/app/views/practices/form/about.html.erb +++ b/app/views/practices/form/about.html.erb @@ -143,7 +143,7 @@ <% end %> <% end %> <% end %> -
  • role="option" data-id="<%= pe_id %>"> +
  • data-id="<%= pe_id %>">
    <%= pe.label :address, 'Copied (cc’ed) email address', class: 'usa-label pe-address-label margin-top-0' %>