Header actions on AdminPanel dashboard
Im trying to add some custom buttons for database actions that where prevoiuly on the list users resource in the table header but I want them on the main dashboard as a custom widget. Any help would be awesome!

Solution
cacheAction is probably a reserved method name since filament caches actions internally. Try renaming it to something else.