match-result simplification
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good

This commit is contained in:
2025-10-29 00:12:11 +01:00
parent 335577fa4d
commit 368aa53b9d

View File

@@ -68,6 +68,8 @@ export class MatchResultComponent {
this.result.games.push(new Game()); this.result.games.push(new Game());
} }
} }
this.validateResult();
} }
readonly dialogRef = inject(MatDialogRef<MatchResultComponent>); readonly dialogRef = inject(MatDialogRef<MatchResultComponent>);