1
0
forked from poc/pds

Updated label and validation logics

This commit is contained in:
dhanabalan
2026-04-21 18:11:43 +05:30
parent 3a0c728bb2
commit 117ea6c6ec
4 changed files with 179 additions and 161 deletions

View File

@@ -97,6 +97,9 @@ class WorkGroupMasterResource extends Resource
->columnSpan(['default' => 1, 'sm' => 3]),
Forms\Components\Hidden::make('created_by')
->default(Filament::auth()->user()?->name),
Forms\Components\TextInput::make('id')
->hidden()
->readOnly(),
])
->columns(['default' => 1, 'sm' => 3]),
]);