Skip to content

Commit

Permalink
Remove the aria- prefix from the role attribute
Browse files Browse the repository at this point in the history
It was a typo.
  • Loading branch information
elia committed Sep 19, 2023
1 parent fcf7962 commit 92c1044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</div>
</div>

<div class="<%= toolbar_classes %>" data-<%= stimulus_id %>-target="batchToolbar" aria-role="toolbar" aria-label="<%= t(".batch_actions") %>">
<div class="<%= toolbar_classes %>" data-<%= stimulus_id %>-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) %>
Expand Down

0 comments on commit 92c1044

Please sign in to comment.