Skip to content

Commit

Permalink
Added 'Collection' to the filter list for samples
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaherifar committed Jul 10, 2024
1 parent ed346b8 commit 5662db2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% set hide_empty = hide_empty or false %}
{% with items = items or h.get_facet_items_dict(name, search_facets) %}
{% if items or not hide_empty %}
{% if name not in ['organization', 'groups' , 'license_id', 'res_format'] %}
{% if name not in ['groups' , 'license_id', 'res_format'] %}
{% block facet_list_item %}
<section class="module module-narrow module-shallow">
{% block facet_list_heading %}
Expand Down

0 comments on commit 5662db2

Please sign in to comment.