FilamentF
Filament13mo ago
Glebka

Edit create modal actions

How to remove "create && create another" and edit label of a "cancel" button. I searched a lot but I cant find this information. Thanks for helping!
SCR-20241128-qtyv.png
Solution
In the action put
->createAnother(false)
->modalCancelActionLabel('put what you want')
Was this page helpful?