diff --git a/app/Filament/Pages/Dashboard.php b/app/Filament/Pages/Dashboard.php index b5f5d6c..711d492 100644 --- a/app/Filament/Pages/Dashboard.php +++ b/app/Filament/Pages/Dashboard.php @@ -37,7 +37,7 @@ class Dashboard extends \Filament\Pages\Dashboard ->reactive() ->afterStateUpdated(function ($state) { session(['selected_plant' => $state]); // fixed typo - $this->dispatch('cumulativeChart'); // custom Livewire event + //$this->dispatch('cumulativeChart'); // custom Livewire event }), ]);