fixed errors in supplier page
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user