Added properties
This commit is contained in:
@@ -282,6 +282,10 @@ class _CreateMatchViewState extends State<CreateMatchView> {
|
|||||||
group: selectedGroup,
|
group: selectedGroup,
|
||||||
players: selectedPlayers,
|
players: selectedPlayers,
|
||||||
game: tempGame,
|
game: tempGame,
|
||||||
|
winner: widget.match!.winner,
|
||||||
|
createdAt: widget.match!.createdAt,
|
||||||
|
endedAt: widget.match!.endedAt,
|
||||||
|
notes: widget.match!.notes,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (widget.match!.name != updatedMatch.name) {
|
if (widget.match!.name != updatedMatch.name) {
|
||||||
|
|||||||
Reference in New Issue
Block a user