fix(ui): show arrangement name in SongAgendaItem pill header
This commit is contained in:
parent
665212fbea
commit
34aec530d2
|
|
@ -304,7 +304,7 @@ function formatDateTime(value) {
|
|||
|
||||
<!-- Arrangement-Pills -->
|
||||
<div v-if="arrangementPills.length > 0" class="space-y-2">
|
||||
<p class="text-xs font-semibold uppercase tracking-wide text-gray-500">Arrangement</p>
|
||||
<p class="text-xs font-semibold uppercase tracking-wide text-gray-500">{{ serviceSong?.arrangement?.name || 'Arrangement' }}</p>
|
||||
<div class="flex flex-wrap gap-1.5">
|
||||
<span
|
||||
v-for="ag in arrangementPills"
|
||||
|
|
|
|||
Loading…
Reference in a new issue