From 92c1044ac847238a33c37fe7d524fc04a0dabd27 Mon Sep 17 00:00:00 2001 From: Elia Schito Date: Tue, 19 Sep 2023 13:17:24 +0200 Subject: [PATCH] Remove the `aria-` prefix from the `role` attribute It was a typo. --- admin/app/components/solidus_admin/ui/table/component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/app/components/solidus_admin/ui/table/component.html.erb b/admin/app/components/solidus_admin/ui/table/component.html.erb index c9fedbe8757..d391bab0648 100644 --- a/admin/app/components/solidus_admin/ui/table/component.html.erb +++ b/admin/app/components/solidus_admin/ui/table/component.html.erb @@ -87,7 +87,7 @@ -
-target="batchToolbar" aria-role="toolbar" aria-label="<%= t(".batch_actions") %>"> +
-target="batchToolbar" role="toolbar" aria-label="<%= t(".batch_actions") %>"> <%= form_tag '', id: batch_actions_form_id %> <% @batch_actions.each do |batch_action| %> <%= render_batch_action_button(batch_action) %>