diff --git a/src/Config/Actions.php b/src/Config/Actions.php index 30479ecb43..2ba3311a5e 100644 --- a/src/Config/Actions.php +++ b/src/Config/Actions.php @@ -196,7 +196,7 @@ private function createBuiltInAction(string $pageName, string $actionName): Acti return Action::new(Action::DELETE, t('action.delete', domain: 'EasyAdminBundle'), 'internal:delete') ->linkToCrudAction(Action::DELETE) ->asDangerAction() - ->asTextLink() + ->renderAsLink() ; }