From 10081fd20e5a2b03d08910764f5c58e5fde63216 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sun, 22 Mar 2026 13:48:34 +0530 Subject: [PATCH] Removed plant select box in not in stock --- app/Filament/Resources/NotInStockResource.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/Filament/Resources/NotInStockResource.php b/app/Filament/Resources/NotInStockResource.php index 73af9fd..1f94aa3 100644 --- a/app/Filament/Resources/NotInStockResource.php +++ b/app/Filament/Resources/NotInStockResource.php @@ -31,11 +31,6 @@ class NotInStockResource extends Resource { return $form ->schema([ - Forms\Components\Select::make('plant_id') - ->label('Plant') - ->reactive() - ->relationship('plant', 'name') - ->required(), Forms\Components\Select::make('plant_id') ->label('Plant') ->reactive()