Skip to content

Commit b507448

Browse files
authored
fix for filters not showing
1 parent 55db5f7 commit b507448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/table/partials/filters.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{ icon(table.options.filters.filter_icon ?: 'filter') }}
99
{{ trans(table.options.filters.filter_text ?: 'streams::button.filter') }}
1010
</div>
11-
<div class="collapse" id="t10">
11+
<div class="" id="t10">
1212
<div class="container-fluid">
1313
<div class="row">
1414
{% for filter in table.filters %}
@@ -92,4 +92,4 @@
9292
width: 100% !important;
9393
}
9494
}
95-
</style>
95+
</style>

0 commit comments

Comments
 (0)