updated dashboards
This commit is contained in:
@@ -18,11 +18,11 @@ class Dashboard extends \Filament\Pages\Dashboard
|
||||
|
||||
protected static ?string $navigationGroup = 'Production DashBoard';
|
||||
|
||||
|
||||
public function mount(): void
|
||||
{
|
||||
session()->forget(['selected_plant']);
|
||||
$this->filtersForm->fill([
|
||||
'plant' => Plant::first()?->id // Default to first plant
|
||||
'plant' => null
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user