#Modal in livewire
3 messages · Page 1 of 1 (latest)
Hey @lavish crystal try providing the Action with ->action(fn()=>'') and then t should work.
I try this but view didn't render Action::make(__('Manage'))
->modalHeading(function ($record){
return $record->name .' - '. $record->leader_id;
})
->action(function (){
return view('livewire.assessor-list');
})
->modalDescription('Hellooo')
->icon('heroicon-o-adjustments-horizontal')
, @quartz shell