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()) { if ($track->group()->isNotEmpty()) {
$files['dynamic'][$track->group()->value()][] = $trackData; $files['dynamic'][$track->group()->value()][] = $trackData;
} else { } else {
$files['dynamic']['independantTracks'][] = $trackData; $files['dynamic']['autres pistes'][] = $trackData;
} }
} }
} }

View file

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