Commented unwanted line
This commit is contained in:
@@ -37,7 +37,7 @@ class Dashboard extends \Filament\Pages\Dashboard
|
|||||||
->reactive()
|
->reactive()
|
||||||
->afterStateUpdated(function ($state) {
|
->afterStateUpdated(function ($state) {
|
||||||
session(['selected_plant' => $state]); // fixed typo
|
session(['selected_plant' => $state]); // fixed typo
|
||||||
$this->dispatch('cumulativeChart'); // custom Livewire event
|
//$this->dispatch('cumulativeChart'); // custom Livewire event
|
||||||
}),
|
}),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user