This commit is contained in:
isUnknown 2025-06-11 15:42:15 +02:00
parent 0170a97a1e
commit 2568aac0e3
2 changed files with 2 additions and 3 deletions

View file

@ -113,7 +113,7 @@ class ProjectPage extends NotificationsPage {
if ($track->group()->isNotEmpty()) {
$files['dynamic'][$track->group()->value()][] = $trackData;
} else {
$files['dynamic']['independantTracks'][] = $trackData;
$files['dynamic']['autres pistes'][] = $trackData;
}
}
}

View file

@ -12,11 +12,10 @@
v-model="currentValue"
:options="items"
optionLabel="title"
placeholder="Selectionnez une déclinaison"
:placeholder="label"
:maxSelectedLabels="3"
class="font-serif"
:class="{ active: currentValue }"
data-icon="chevron-single-down"
checkmark
/>