Fix initForm

This commit is contained in:
2026-05-30 11:29:11 +02:00
parent ceed44f997
commit 62afdd090a
@@ -163,7 +163,6 @@ export class NewJumpComponent implements OnInit {
.subscribe(() => { .subscribe(() => {
this.statsService.resetStats(); this.statsService.resetStats();
this.comments = undefined; this.comments = undefined;
this.selectedEquipment = "";
this.withCutaway = false; this.withCutaway = false;
this.isSpecial = false; this.isSpecial = false;