diff --git a/src/components/Group.vue b/src/components/Group.vue index 7044f9a..56d93c8 100644 --- a/src/components/Group.vue +++ b/src/components/Group.vue @@ -36,7 +36,7 @@ v-model="value" :options="formattedContributors" label="displayName" - placeholder="Mitarbeiter der Gruppe hinzufügen" + placeholder="Mitarbeiter hinzufügen" track-by="user" :multiple="true" style="width: 350px" @@ -88,6 +88,7 @@ export default { }, mounted() { this.value = null + this.formattedContributors = [] this.getAgencyContributors() }, methods: {