From 6b793cd582f424fd532f7f512dca4e019a410b4f Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Thu, 1 Jul 2021 16:29:37 +0200 Subject: [PATCH] rechtschreibung --- src/components/Group.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: {