Action : Modal don't show
I use Filament Panel.
When I click on Action button, livewire update request is runing but modal doesn't show.
This my Widget :
And my widget view :
And i have no error. Have you an idea to resolve it ?
Thank you
4 Replies
I think you need an
->action(function () { ... })
as well on the ActionI tried and same result
Solution
Name your method ‘createWorkoutAction’
Oh nice, thank you so much!