Help with action modal
Hi everyone,
I'm trying to have a action modal rendered via a panel render hook, but I can't seem to get the action to do anything. Trying multiple YouTube videos/tutorials, it's not even giving me an error, just not doing anything.
Livewire component:
And How I render it:
Any help appreciated.
I'm trying to have a action modal rendered via a panel render hook, but I can't seem to get the action to do anything. Trying multiple YouTube videos/tutorials, it's not even giving me an error, just not doing anything.
Livewire component:
And How I render it:
Any help appreciated.
Solution
rename renderHotelSwitch function to
Then, use
switchHotelActionThen, use
{{ $this->switchHotelAction }}