Add an equipement when you add and update a gear

This commit is contained in:
2026-05-03 23:32:12 +02:00
parent bd5a9f12ce
commit 5313384b48
8 changed files with 97 additions and 59 deletions
@@ -42,6 +42,12 @@
<input matInput type="text" formControlName="reserveCanopy" />
</mat-form-field>
</p>
<p>
<mat-form-field>
<mat-label>Equipment</mat-label>
<input matInput type="text" formControlName="equipment" />
</mat-form-field>
</p>
<button mat-raised-button color="accent" type="submit">Add</button>
</form>