Skip to content

Commit e539866

Browse files
Fix boolean filter dropdown
1 parent 9634749 commit e539866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/views/Product/Index/_filters.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if gally_filter_active %}
2-
<div class="ui fluid vertical menu">
2+
<div class="ui fluid vertical">
33
<div class="four wide column">
44
<div class="ui segment">
55
<form method="get" action="{{ path('sylius_shop_product_index', {'slug': app.request.attributes.get('slug')}) }}" class="ui loadable form">

0 commit comments

Comments
 (0)