Merge pull request 'Removed plant select box in not in stock' (#490) from ranjith-dev into master
Some checks are pending
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Waiting to run

Reviewed-on: #490
This commit was merged in pull request #490.
This commit is contained in:
2026-03-22 08:18:48 +00:00

View File

@@ -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()