From 62afdd090a14c3b0891d132001b7a14742692fb8 Mon Sep 17 00:00:00 2001 From: sandre Date: Sat, 30 May 2026 11:29:11 +0200 Subject: [PATCH] Fix initForm --- Front/skydivelogs-app/src/app/new-jump/new-jump.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.ts b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.ts index 7b99bb3..5fe1f53 100644 --- a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.ts +++ b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.ts @@ -163,7 +163,6 @@ export class NewJumpComponent implements OnInit { .subscribe(() => { this.statsService.resetStats(); this.comments = undefined; - this.selectedEquipment = ""; this.withCutaway = false; this.isSpecial = false;