Skip to content

Commit

Permalink
show range options in case it is already selected
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Oct 28, 2024
1 parent b852b9c commit 6e8dd2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</li>
</#if>
<li>
<li <#if filter.selected || (filters[filterId]?? && filters[filterId].selected)> class="li-selected" </#if>>
<@sl.rangeFilter filters[filterId] 'filter-form'/>
</li>
</ul>
Expand Down

0 comments on commit 6e8dd2e

Please sign in to comment.