Skip to content

Commit

Permalink
Replace data-turbo-action="advance" param on personalization form wit…
Browse files Browse the repository at this point in the history
…h data-turbo-frame="_self" on personalization form #129
  • Loading branch information
Kreyu committed Sep 22, 2024
1 parent 4cfdb81 commit 6324bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/themes/bootstrap_5.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
{% form_theme form with [_self, 'bootstrap_5_layout.html.twig'] %}

<div data-controller="kreyu--data-table-bundle--personalization">
{{ form_start(form, { attr: { 'data-turbo-action': 'advance' } }) }}
{{ form_start(form, { attr: { 'data-turbo-frame': '_self' } }) }}
{% if form._token is defined %}
{{ form_row(form._token) }}
{% endif %}
Expand Down

0 comments on commit 6324bdd

Please sign in to comment.