diff --git a/app/Filament/Pages/Dashboard.php b/app/Filament/Pages/Dashboard.php index 4a3879d..3a93690 100644 --- a/app/Filament/Pages/Dashboard.php +++ b/app/Filament/Pages/Dashboard.php @@ -23,6 +23,8 @@ class Dashboard extends \Filament\Pages\Dashboard protected static string $view = 'filament.pages.dashboard'; + protected static ?string $slug = 'welcome'; + // public function mount(): void // { // session()->forget(['selected_plant']);