From a5bc41beda48734244adbe83682fa544439936e9 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 3 Jul 2025 15:20:12 +0530 Subject: [PATCH] Commented unwanted line --- app/Filament/Pages/Dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Pages/Dashboard.php b/app/Filament/Pages/Dashboard.php index b5f5d6cfa..711d4922e 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 }), ]);