rechtschreibung

This commit is contained in:
holger.trampe 2021-07-01 16:29:37 +02:00
parent 2442ae051b
commit 6b793cd582
1 changed files with 2 additions and 1 deletions

View File

@ -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: {