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
@@ -33,6 +33,7 @@ export class ListOfGearsComponent implements OnInit {
"aad",
"mainCanopy",
"reserveCanopy",
"equipment",
];
public dataSourceTable: MatTableDataSource<GearResp>;
public resultsLength = 0;