feat: indicate incomplete participant data in cards
This commit is contained in:
@@ -71,8 +71,9 @@
|
||||
'index': loop.index0,
|
||||
'participantNumber': loop.index,
|
||||
'mode': 'edit',
|
||||
'bookingId': bookingData.id,
|
||||
'isCanceled': isCanceled,
|
||||
'bookingId': bookingData.id
|
||||
'isSubmitted': isSubmitted,
|
||||
} %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user