From 1f504b1e6df7076621cee746fb941a13c37f376c Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 26 Oct 2019 14:19:56 +0200 Subject: [PATCH] Fixed team creating not working --- src/components/teams/NewTeam.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/teams/NewTeam.vue b/src/components/teams/NewTeam.vue index 9ed7bcf98..9a92883ea 100644 --- a/src/components/teams/NewTeam.vue +++ b/src/components/teams/NewTeam.vue @@ -46,6 +46,7 @@ }, created() { this.teamService = new TeamService() + this.team = new TeamModel() this.$parent.setFullPage(); }, methods: {