Action inside Resource ViewAction blade view
Hey!
I have a ViewAction on my
When I click the button for the first time, nothing happens, but a Livewire update request is fired. On the second click, the modal opens.
Do you have any ideas on how to fix that?
show-client.blade.php
client-info.blade.php
ClientInfo.php
I have a ViewAction on my
ClientResource Table. Inside the show-client view, I load the client-info Livewire component with an action.When I click the button for the first time, nothing happens, but a Livewire update request is fired. On the second click, the modal opens.
Do you have any ideas on how to fix that?
show-client.blade.php
client-info.blade.php
ClientInfo.php