Compare commits
2 Commits
6ad91c8c96
...
164a1becac
| Author | SHA1 | Date | |
|---|---|---|---|
| 164a1becac | |||
|
|
d5cd1437fe |
@@ -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');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user