diff --git a/src/app/components/stock-table/stock-table.ts b/src/app/components/stock-table/stock-table.ts index c99f6de..d774470 100644 --- a/src/app/components/stock-table/stock-table.ts +++ b/src/app/components/stock-table/stock-table.ts @@ -97,10 +97,6 @@ export class StockTable implements OnInit { product.totalQuantity = res.totalQuantity; } catch (e) { product.totalQuantity = 0; - this.notificationService.error( - 'Erreur', - `Impossible de récupérer la quantité pour le produit n°${product.id}` - ); } } diff --git a/src/app/components/user-table/user-table.html b/src/app/components/user-table/user-table.html index f973125..074759b 100644 --- a/src/app/components/user-table/user-table.html +++ b/src/app/components/user-table/user-table.html @@ -4,7 +4,7 @@ class="mr-7"> - Nom + Prénom Email Fonction Action