save
This commit is contained in:
parent
0170a97a1e
commit
2568aac0e3
2 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue