Skip to content

Commit

Permalink
Remove unused sonata-filter-count class
Browse files Browse the repository at this point in the history
  • Loading branch information
onEXHovia committed Dec 11, 2024
1 parent 8e0cb15 commit aa3a9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/CRUD/base_list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ file that was distributed with this source code.
<a href="#" class="dropdown-toggle sonata-ba-action" data-toggle="dropdown">
<i class="fas fa-filter" aria-hidden="true"></i>
{{ 'link_filters'|trans({}, 'SonataAdminBundle') }}
<span class="badge sonata-filter-count" {{ stimulus_target('filter_list', 'counter') }}></span>
<span class="badge" {{ stimulus_target('filter_list', 'counter') }}></span>
<b class="caret"></b>
</a>

Expand Down

0 comments on commit aa3a9e3

Please sign in to comment.