filters form in dashboard

I want to add the filter form to dashboard , but the concern is not defined , I'm working with Filament V3
image.png
Solution
use \Filament\Pages\Dashboard\Concerns\HasFiltersForm;

?
Was this page helpful?