Skip to content

Commit

Permalink
Use secondary label
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Dec 27, 2022
1 parent 9e35966 commit 3c9d482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchBlock/templates/SearchResultsView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const setFacetWidgetProps = (appConfig, registry, appName) => {

schema.properties.name.choices = appConfig.facets.map((facet) => [
facet.id || facet.field,
facet.label || facet.field,
facet.activeFilterLabel || facet.label || facet.field,
]);

schema.properties.value.facetName = data.name;
Expand Down

0 comments on commit 3c9d482

Please sign in to comment.