rechtschreibung
This commit is contained in:
parent
2442ae051b
commit
6b793cd582
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue