diff --git a/app/Filament/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php b/app/Filament/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php index ef317b0dd..f0d6e8c59 100644 --- a/app/Filament/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php +++ b/app/Filament/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php @@ -57,7 +57,7 @@ class AllocationsRelationManager extends RelationManager ]) ->headerActions([ Tables\Actions\CreateAction::make()->label('Create Allocation'), - Tables\Actions\AssociateAction::make()->label('Add Allocation'), + //Tables\Actions\AssociateAction::make()->label('Add Allocation'), ]) ->bulkActions([ Tables\Actions\BulkActionGroup::make([