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(); }),