diff --git a/app/Filament/Resources/VehicleScoresResource/RelationManagers/JudgeRelationManager.php b/app/Filament/Resources/VehicleScoresResource/RelationManagers/JudgeRelationManager.php index a15366f..2aa6623 100644 --- a/app/Filament/Resources/VehicleScoresResource/RelationManagers/JudgeRelationManager.php +++ b/app/Filament/Resources/VehicleScoresResource/RelationManagers/JudgeRelationManager.php @@ -14,7 +14,7 @@ class JudgeRelationManager extends RelationManager { protected static string $relationship = 'judge'; - protected static ?string $recordTitleAttribute = 'judge'; + protected static ?string $recordTitleAttribute = 'judge_number'; public static function form(Form $form): Form {