diff --git a/src/BootstrapAdminUi/templates/shared/components/delete_modal.html.twig b/src/BootstrapAdminUi/templates/shared/components/delete_modal.html.twig index 97564100..90d64a45 100644 --- a/src/BootstrapAdminUi/templates/shared/components/delete_modal.html.twig +++ b/src/BootstrapAdminUi/templates/shared/components/delete_modal.html.twig @@ -1,7 +1,7 @@ {% extends '@SyliusBootstrapAdminUi/shared/components/confirmation_modal.html.twig' %} {% import '@SyliusBootstrapAdminUi/shared/helper/button.html.twig' as button %} -{% props id = null, path = null, label = 'sylius.ui.delete', icon = 'tabler:trash-x', disabled = false, form_attr = null, type = 'delete', modal_id = null %} +{% props id = null, path = null, label = 'sylius.ui.delete', icon = 'tabler:trash-x', disabled = false, form_attr = null, type = 'delete', modal_id = null, icon_only = true %} {% if modal_id is null %} {% set modal_id = 'delete-modal-' ~ id %} @@ -9,7 +9,7 @@ {% block trigger %}