From c53f40d8a0063831319e9fe8d0ec4e4cd16e26dc Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 31 Jul 2025 17:02:56 +0530 Subject: [PATCH] Added module for trend line analysis chart --- app/Filament/Pages/TrendLineAnalysis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Pages/TrendLineAnalysis.php b/app/Filament/Pages/TrendLineAnalysis.php index d935069..77c9c7b 100644 --- a/app/Filament/Pages/TrendLineAnalysis.php +++ b/app/Filament/Pages/TrendLineAnalysis.php @@ -19,7 +19,7 @@ class TrendLineAnalysis extends Page protected static string $view = 'filament.pages.trend-line-analysis'; - protected static ?string $navigationGroup = 'PowerHouse DashBoard'; + protected static ?string $navigationGroup = 'EMS DashBoard'; public function mount(): void {