fix: check field existence before rendering
This commit is contained in:
@@ -217,9 +217,11 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if child.parking is defined %}
|
||||
<div {{ stimulus_target('select-toggle--parking', 'container') }}>
|
||||
{{ form_row(child.parking) }}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if not travelData.additionalServicesMutable %}
|
||||
<div class="absolute inset-0 cursor-not-allowed"></div>
|
||||
|
||||
Reference in New Issue
Block a user