Skip to content

Commit

Permalink
fix: filter arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Dec 15, 2023
1 parent bfff027 commit b33a5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.0/basic-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ class Avo::Resources::Fish < Avo::BaseResource
end
```

Now, the arguments can be accessed inside `Avo::Filters::NameFilter` ***`apply` method*** and on the ***`visible` block***!
Now, the arguments can be accessed inside `Avo::Filters::NameFilter` ***`apply` method***, ***`options` method*** and on the ***`visible` block***!

```ruby{4-6,8-14}
class Avo::Filters::Name < Avo::Filters::TextFilter
Expand Down

0 comments on commit b33a5f2

Please sign in to comment.