Modal won't display from Infolist
I have an Infolist I'm rendering in a Livewire component. I have this action defined:
Infolist renders fine, no errors in the console or PHP-side. I'm not sure what I'm doing wrong. I click the button and no modal appears, and the action isn't run. What am I missing here?
5 Replies
Are you using panel builder or infolist builder?
Infolist builder
Solution
Add
<x-filament-actions::modals />
That did the trick! Is that listed in the docs?
Ahh its listed in the action docs. I was looking exclusively in the infolist docs
Thanks for the help