chore: further cleanup and refactor
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
{# Build edit URL for linking #}
|
||||
{% if mode == 'edit' %}
|
||||
{% set editUrl = path('app_booking_edit_participant', {id: bookingId, index: index}) %}
|
||||
{% set editUrl = path('app_booking_edit_participant', {bookingId: bookingId, index: index}) %}
|
||||
{% else %}
|
||||
{% set editUrl = path('app_booking_create_step_2_participant', {index: index}) %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user