We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c680695 commit 92ca695Copy full SHA for 92ca695
src/Resources/views/BlockAdmin/compose_preview.html.twig
@@ -6,7 +6,7 @@
6
>
7
{% set service = attribute(blockServices, child.type) ?? null %}
8
9
- {% if service %}
+ {% if service is not null %}
10
<a
11
class="page-composer__container__child__edit"
12
href="{{ blockAdmin.generateUrl('edit', { 'id': child.id, 'composer': true }) }}"
0 commit comments