diff --git a/app/Http/Controllers/DevicesController.php b/app/Http/Controllers/DevicesController.php index 75c63717a1..5fcc4c9040 100644 --- a/app/Http/Controllers/DevicesController.php +++ b/app/Http/Controllers/DevicesController.php @@ -48,7 +48,7 @@ public function index(Request $request, ?string $view = null, ?string $graph = n } else { $view ??= match ($legacyFormat->toString()) { 'list_basic' => 'basic', - default => 'detail', + default => 'detail', }; $graph ??= ''; }