Clean filters

I create custom pages to show 2 or 3 widgets, all has
use HasFiltersForm;


I need when navigate and comeback to the pages, the filters set null.

I try: mount $this->filters = null; on custom page, not working
mount $this->filters = null; on widget and got an error cannot mutate filters.

How can i solve this?
Was this page helpful?