remove useless comments
This commit is contained in:
parent
0c5c10791e
commit
349dc2d787
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@
|
|||
<p v-if="isCompareModeEnabled && Array.isArray(currentValue)">
|
||||
{{ currentValue.length }} selected
|
||||
</p>
|
||||
<!-- Sinon, simple select : afficher le titre s'il y a une sélection -->
|
||||
<p v-else-if="currentValue && !Array.isArray(currentValue)">
|
||||
{{ currentValue.title }}
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue