ranjith-dev #338

Merged
jothi merged 2 commits from ranjith-dev into master 2026-02-16 08:49:56 +00:00
Showing only changes of commit 20dac4a9bf - Show all commits

View File

@@ -269,7 +269,8 @@ class ProductCharacteristicsMasterResource extends Resource
->label('Created By')
->default(Filament::auth()->user()?->name),
Forms\Components\Hidden::make('updated_by')
->label('Updated By'),
->label('Updated By')
->default(Filament::auth()->user()?->name),
Forms\Components\TextInput::make('id')
->hidden()
->readOnly(),