Is save action name reserved?
Hi I added an action to my edit page. There is a section for that and I got the code from there. But when I named the Action as save, button is not working. I renamed the Action to save_button it's working now. Is this a bug or save name is reserved?
Section that I mentioned:
https://filamentphp.com/docs/3.x/actions/trigger-button#registering-keybindings
Solution:Jump to solution
There should be a "save" action already. So you created a second action with the same name
1 Reply
Solution
There should be a "save" action already. So you created a second action with the same name