Fix game version editing for versions

This commit is contained in:
Geometrically
2020-12-27 18:58:27 -07:00
parent 8c1688657a
commit 9d50f03cb1
5 changed files with 84 additions and 12 deletions

View File

@@ -183,7 +183,7 @@ pub async fn teams(
} else {
None
},
accepted: data.accepted
accepted: data.accepted,
})
.collect();