diff --git a/src/app/components/match-result/match-result.component.ts b/src/app/components/match-result/match-result.component.ts index d5a62ba..b9fbbc7 100644 --- a/src/app/components/match-result/match-result.component.ts +++ b/src/app/components/match-result/match-result.component.ts @@ -68,6 +68,8 @@ export class MatchResultComponent { this.result.games.push(new Game()); } } + + this.validateResult(); } readonly dialogRef = inject(MatDialogRef);