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') => {