From f6c3b230fbb541f1e6319bdcb0aea60044652baf Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sun, 27 Apr 2025 23:46:31 +0530 Subject: [PATCH] Updated Hourly production Chart in dashboard --- app/Filament/Pages/HourlyProduction.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Filament/Pages/HourlyProduction.php b/app/Filament/Pages/HourlyProduction.php index 321474c..84228d8 100644 --- a/app/Filament/Pages/HourlyProduction.php +++ b/app/Filament/Pages/HourlyProduction.php @@ -42,6 +42,8 @@ class HourlyProduction extends Page ->reactive() ->afterStateUpdated(function ($state) { session(['selected_plant' => $state]); + + // dd(session('selected_plant')); $this->triggerChartUpdate(); }),