ranjith-dev #346

Merged
jothi merged 2 commits from ranjith-dev into master 2026-02-18 05:23:05 +00:00
Showing only changes of commit 20b02bfd7a - Show all commits

View File

@@ -43,6 +43,7 @@ class GrMasterResource extends Resource
Forms\Components\Select::make('plant_id')
->label('Plant')
->reactive()
->searchable()
->relationship('plant', 'name')
->options(function (callable $get) {
$userHas = Filament::auth()->user()->plant_id;