Passenger
Header actions on AdminPanel dashboard
You don't need to call render on the action. Just {{ $this->deleteAction }} is enough.
Also. You should name your action to match the method name.
So deleteAction() function should return Action::make('delete')->....
23 replies
Calling `callMountedFormComponentAction` with arguments does not not pass it into the
Oh. I meant a I used a native component instead of the custom component I was building.
It was less ideal UX for the project, but we were on a crunch.
Sorry I couldn't be of more help
12 replies