Skip to content

Commit

Permalink
fix syntax error in sort_facet_url
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenenglish authored and cbeer committed Feb 5, 2021
1 parent 851c68f commit e0462c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def initialize(facet_field:)
end

def sort_facet_url(sort)
@facet_field.paginator.params_for_resort_url(sort, @facet_fieldsearch_state.to_h)
@facet_field.paginator.params_for_resort_url(sort, @facet_field.search_state.to_h)
end

def param_name
Expand Down

0 comments on commit e0462c6

Please sign in to comment.