Mini0n
Custom Page: open modal from link
I think I got it. In my code (not the one I put here) the action and the method had different names. That was causing the request to be made but no action taken.
I had something like this:
In the blade I need to call
$this->something
then in the Livewire component I need to have a somethingAction()
that has an Action::make('something')
inside. Right?10 replies