Skip to content

Commit

Permalink
fix(facetOrdering): facetOrdering.facets, not .facet
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Jul 5, 2021
1 parent fb62b15 commit d931976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-search/src/types/Settings.ts
Expand Up @@ -317,7 +317,7 @@ export type Settings = {
/**
* the ordering of facets (widgets)
*/
readonly facet?: {
readonly facets?: {
/**
* pinned order of facet lists
*/
Expand Down

0 comments on commit d931976

Please sign in to comment.