From 837e608258a6f534852a3618b085c8e046811d49 Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Sun, 30 Nov 2025 17:37:24 +0100 Subject: [PATCH] fixed errors --- src/app/components/stock-table/stock-table.ts | 4 ---- src/app/components/user-table/user-table.html | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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