Fixed team creating not working
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2019-10-26 14:19:56 +02:00
parent c60f061307
commit 1f504b1e6d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
},
created() {
this.teamService = new TeamService()
this.team = new TeamModel()
this.$parent.setFullPage();
},
methods: {