Adding headingActions on infolist livewire
i wanna add headingActions on Section component, but got this error, i think i've been missed something ...
5 Replies
this the code
you need to add a name inside
Action::make('myAction')
i've been try that and still same error, i think on make('') i must call the function?
Do you need the
Actions::make()
part?
Can't you just pass the actions in the array?
Like this
thankss solved brooo