rechtschreibung
This commit is contained in:
parent
2442ae051b
commit
6b793cd582
|
|
@ -36,7 +36,7 @@
|
||||||
v-model="value"
|
v-model="value"
|
||||||
:options="formattedContributors"
|
:options="formattedContributors"
|
||||||
label="displayName"
|
label="displayName"
|
||||||
placeholder="Mitarbeiter der Gruppe hinzufügen"
|
placeholder="Mitarbeiter hinzufügen"
|
||||||
track-by="user"
|
track-by="user"
|
||||||
:multiple="true"
|
:multiple="true"
|
||||||
style="width: 350px"
|
style="width: 350px"
|
||||||
|
|
@ -88,6 +88,7 @@ export default {
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.value = null
|
this.value = null
|
||||||
|
this.formattedContributors = []
|
||||||
this.getAgencyContributors()
|
this.getAgencyContributors()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue