Commented unwanted line

This commit is contained in:
dhanabalan
2025-07-03 15:20:12 +05:30
parent ba48c1307e
commit a5bc41beda

View File

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