Removed afterStateUpdated method in actions control #826

Merged
jothi merged 1 commits from ranjith-dev into master 2026-07-09 07:11:13 +00:00
Showing only changes of commit d5cd1437fe - Show all commits

View File

@@ -316,9 +316,6 @@ class EquipmentMasterResource extends Resource
// } // }
// } // }
// }), // }),
->afterStateUpdated(function ($state, callable $set) {
$set('updated_by', Filament::auth()->user()?->name);
})
->action(function ($get, callable $set) { ->action(function ($get, callable $set) {
$uploadedFiles = $get('attachment'); $uploadedFiles = $get('attachment');