Skip to content

Commit

Permalink
Fix incorrect parameter name for state controller value
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Jul 31, 2024
1 parent 7cadde7 commit 159015b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/views/themes/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<turbo-frame
id="kreyu_data_table_{{ name }}" target="_top"
data-controller="{{ stimulus_controllers|join(' ') }}"
data-kreyu--data-table-bundle--state-url-parameters-value="{{ url_query_parameters|default({})|json_encode }}"
data-kreyu--data-table-bundle--state-url-query-parameters-value="{{ url_query_parameters|default({})|json_encode }}"
>
{{ block('action_bar') }}
{{ block('table') }}
Expand All @@ -33,7 +33,7 @@
<turbo-frame
id="kreyu_data_table_{{ name }}" target="_top"
data-controller="{{ stimulus_controllers|join(' ') }}"
data-kreyu--data-table-bundle--state-url-parameters-value="{{ url_query_parameters|default({})|json_encode }}"
data-kreyu--data-table-bundle--state-url-query-parameters-value="{{ url_query_parameters|default({})|json_encode }}"
>
{{ block('action_bar') }}

Expand Down

0 comments on commit 159015b

Please sign in to comment.