fixed errors in supplier page

This commit is contained in:
2025-11-28 09:00:41 +01:00
parent 376f217456
commit b54ba70c11
8 changed files with 25 additions and 10 deletions
@@ -4,10 +4,13 @@
<thead>
<tr style="text-align: center">
<th>Nom</th>
<th>Prénom</th>
<th>Téléphone</th>
<th>Email</th>
<th>Anniversaire</th>
<th>Emprunt</th>
<th>Adresse</th>
<th>Code Postal</th>
<th>Ville</th>
<th>Délai moyen</th>
<th>Produits</th>
<th style="display: flex; align-items: center;">Action</th>
</tr>
</thead>
@@ -78,7 +78,6 @@ export class SupplierTable implements OnInit {
try {
const suppliers = updateSupplierComponent.supplierForm.getRawValue();
await firstValueFrom(this.suppliersService.updateSupplierEndpoint(id, suppliers))
this.notificationService.success(