From 81061d2e90da1dd954be5f51b9e7c4d240ae68d2 Mon Sep 17 00:00:00 2001 From: Swetha-Josh Date: Fri, 12 Jun 2026 17:21:56 +0530 Subject: [PATCH] total column removed --- ipi-survey-platform/src/pages/Overview/Overview.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipi-survey-platform/src/pages/Overview/Overview.jsx b/ipi-survey-platform/src/pages/Overview/Overview.jsx index fd9c6ea..a7b7537 100644 --- a/ipi-survey-platform/src/pages/Overview/Overview.jsx +++ b/ipi-survey-platform/src/pages/Overview/Overview.jsx @@ -181,7 +181,7 @@ const showToast = (message, type = 'success') => { record.year, record.quarter, `${record.quarter} ${record.year}`, - 10, // Always show 10 for Total Products + // 10, // Always show 10 for Total Products record.product_count || 0, // Show actual submitted products count record.total_cost !== undefined ? ( @@ -491,7 +491,7 @@ const showToast = (message, type = 'success') => {