handleRecordUpdate doesn't work in ManageRecords
Hello,
I would like to execute a function when saving a resource of type "Manage" but the "handleRecordUpdate" function does not work. Just like the "handleRecordCreation" function. What can I do?
4 Replies
its a simple resource, right?
Yes
you can use the
EditAction::make()->using(function () {})
instead
that is how to customize modal actionsOh nice, it's works ! Thank you !