->actions([ \Filament\Tables\Actions\Action::make('DissociateTeamMember')
->requiresConfirmation()
->hidden(!$this->isTeamAdmin)
->color('danger')
->icon('heroicon-o-x-mark')
->label('Teamlid verwijderen')
->action(function () {
dd('test');
}),
])
->actions([ \Filament\Tables\Actions\Action::make('DissociateTeamMember')
->requiresConfirmation()
->hidden(!$this->isTeamAdmin)
->color('danger')
->icon('heroicon-o-x-mark')
->label('Teamlid verwijderen')
->action(function () {
dd('test');
}),
])