I can't change default create action's notification title
I have a simple createAction in a form, and I want to change the notification success title, I'm following the documentation https://filamentphp.com/docs/3.x/actions/prebuilt-actions/create#customizing-the-save-notification, but this is not working on my listUsers class.
4 Replies
Agreed, it's not working for me. Nor does the alternative approach listed:
In both cases, I just get a green icon with "Created", that's all.
Do you guys use an Action or have a dedicated
CreatePage
?Solution
That worked for me! Thank you sir!