Fixed team creating not working
This commit is contained in:
parent
c60f061307
commit
1f504b1e6d
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.teamService = new TeamService()
|
this.teamService = new TeamService()
|
||||||
|
this.team = new TeamModel()
|
||||||
this.$parent.setFullPage();
|
this.$parent.setFullPage();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in a new issue