Fixed team creating not working
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

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