Skip to content

Commit

Permalink
hotfix: remove url query parameters from pagination per page form
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu authored Oct 22, 2024
1 parent 22b5206 commit 1d9e15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/themes/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@

{% block pagination_per_page_form %}
<form>
{% set url_query_parameters = data_table.vars.url_query_parameters %}
{% set url_query_parameters = [] %}

{#
Changing the "per page" parameter automatically changes page to the first one.
Expand Down

0 comments on commit 1d9e15e

Please sign in to comment.