Skip to content

Commit

Permalink
Fix boolean filter dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier committed Mar 7, 2024
1 parent 9634749 commit 77cfd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/Product/Index/_filters.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if gally_filter_active %}
<div class="ui fluid vertical menu">
<div class="ui fluid vertical">
<div class="four wide column">
<div class="ui segment">
<form method="get" action="{{ path('sylius_shop_product_index', {'slug': app.request.attributes.get('slug')}) }}" class="ui loadable form">
Expand Down

0 comments on commit 77cfd63

Please sign in to comment.