Skip to content

Commit

Permalink
Merge pull request #92 from samuel-hill/main
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Aug 17, 2023
2 parents 1e05238 + 50cb3a6 commit 5bda6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/3.0/dynamic-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ Avo.configure do |config|
# Other Avo configurations
end

if defined?(AvoFilters)
AvoFilters.configure do |config|
if defined?(Avo::DynamicFilters)
Avo::DynamicFilters.configure do |config|
config.button_label = "Advanced filters"
config.always_expanded = true
end
Expand Down

0 comments on commit 5bda6b6

Please sign in to comment.