diff --git a/app/Filament/Pages/StandPredictor.php b/app/Filament/Pages/StandPredictor.php index b6fdc6439..8314068b1 100644 --- a/app/Filament/Pages/StandPredictor.php +++ b/app/Filament/Pages/StandPredictor.php @@ -16,6 +16,7 @@ class StandPredictor extends Page protected static ?string $navigationLabel = 'Stand Predictor'; protected static ?string $slug = 'stand-predictor'; protected static string $view = 'filament.pages.stand-predictor'; + protected static ?string $navigationGroup = 'Airfield'; protected $listeners = ['standPredictorFormSubmitted'];