Update AllocationsRelationManager.php (#369)

* Update AllocationsRelationManager.php

* Update app/Filament/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php

---------

Co-authored-by: Lance Pioch <lancepioch@gmail.com>
This commit is contained in:
MartinOscar 2024-06-11 18:21:13 +02:00 committed by GitHub
parent 9184441763
commit beac4cd3f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,6 @@ class AllocationsRelationManager extends RelationManager
->bulkActions([
Tables\Actions\BulkActionGroup::make([
Tables\Actions\DissociateBulkAction::make(),
Tables\Actions\DeleteBulkAction::make(),
]),
]);
}