Skip to content

Commit

Permalink
Renamed to filters
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Oct 14, 2021
1 parent eab64df commit a2bb118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default class SearchResultsContainer extends React.Component<ISearchResul
items: this.state.results.RelevantResults,
secondaryResults: this.state.results.SecondaryResults,
promotedResults: this.state.results.PromotedResults,
refinementResults: this.state.results.RefinementResults,
filters: this.state.results.RefinementResults,
paging: {
showPaging: this.props.pagingSettings.showPaging,
currentPageNumber: this.state.results.PaginationInformation ? this.state.results.PaginationInformation.CurrentPage : 1,
Expand Down

0 comments on commit a2bb118

Please sign in to comment.