diff --git a/compose.override.yaml b/compose.override.yaml index 12c777f2..e83878e9 100644 --- a/compose.override.yaml +++ b/compose.override.yaml @@ -2,5 +2,5 @@ services: ###> doctrine/doctrine-bundle ### database: ports: - - "5432:5432" + - "5432" ###< doctrine/doctrine-bundle ### diff --git a/src/BootstrapAdminUi/templates/shared/grid/action/create.html.twig b/src/BootstrapAdminUi/templates/shared/grid/action/create.html.twig index 31ff2927..8164e194 100644 --- a/src/BootstrapAdminUi/templates/shared/grid/action/create.html.twig +++ b/src/BootstrapAdminUi/templates/shared/grid/action/create.html.twig @@ -6,6 +6,6 @@ {% endif %} - {{ ux_icon(action.icon ?? 'tabler:plus', {'class': 'icon dropdown-item-icon'}) }} + {{ ux_icon(action.icon|default('tabler:plus'), {'class': 'icon dropdown-item-icon'}) }} {{ message|trans }}