From 288d3a2cff5d9ad6ebed66dd1700cab51a87030e Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sun, 14 Apr 2024 02:48:21 -0400 Subject: [PATCH] Nobody look --- app/Filament/Resources/ServerResource.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/Filament/Resources/ServerResource.php b/app/Filament/Resources/ServerResource.php index 2fffad04a..8e7f5ed0b 100644 --- a/app/Filament/Resources/ServerResource.php +++ b/app/Filament/Resources/ServerResource.php @@ -154,12 +154,8 @@ class ServerResource extends Resource ->label('Additional Allocations') ->columnSpan(2) ->disabled(fn (Forms\Get $get) => $get('allocation_id') === null) - ->hintActions([Forms\Components\Actions\Action::make('asdf')->action(function (Forms\Components\Repeater $component) { - $state = $component->getState(); - dd($state); - })]) // ->addable() TODO disable when all allocations are taken - // ->addable() TODO disable until first additional allocation is selected + // ->addable() TODO disable until first additional allocation is selected ->simple( Forms\Components\Select::make('extra_allocations') ->live()