Compare commits
2 Commits
e3c39521a0
...
5b7ef4051d
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b7ef4051d | |||
| de0344d63d |
@@ -363,6 +363,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
|
||||
final match = widget.matchToEdit!;
|
||||
_matchNameController.text = match.name;
|
||||
selectedPlayers = match.players;
|
||||
selectedGameIndex = 0;
|
||||
|
||||
if (match.group != null) {
|
||||
selectedGroup = match.group;
|
||||
|
||||
Reference in New Issue
Block a user