Skip to content

Commit

Permalink
[REF] remove id from drop down button sa it can be included multiple …
Browse files Browse the repository at this point in the history
…times
  • Loading branch information
n3o77 committed Aug 4, 2023
1 parent df93539 commit ad76f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/_pagination.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="btn-group">
<div class="dropdown">
<button class="btn btn-sm btn-outline-primary dropdown-toggle" type="button"
id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true"
data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
{{ grid.currentPerPage }} per Page
</button>
Expand Down

0 comments on commit ad76f2c

Please sign in to comment.