1
0
forked from poc/pds

Updated Hourly production Chart in dashboard

This commit is contained in:
dhanabalan
2025-04-27 23:46:31 +05:30
parent bc30503731
commit f6c3b230fb

View File

@@ -42,6 +42,8 @@ class HourlyProduction extends Page
->reactive()
->afterStateUpdated(function ($state) {
session(['selected_plant' => $state]);
// dd(session('selected_plant'));
$this->triggerChartUpdate();
}),