mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-01 19:49:40 +00:00
Nettoyage des imports inutilisés dans PersonsSelectorComponent.vue et correction de la gestion des valeurs indéfinies dans PreviousTicketsComponent.vue
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, watch, defineProps, defineEmits, computed } from "vue";
|
||||
import { ref, watch, computed } from "vue";
|
||||
|
||||
// Components
|
||||
import PickEntity from "ChillMainAssets/vuejs/PickEntity/PickEntity.vue";
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
name:
|
||||
currentPersons.length > 0
|
||||
? currentPersons.map((person: Person) => person.text).join(", ")
|
||||
: undefined,
|
||||
: "",
|
||||
})
|
||||
}}
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user