remove button from modal
Hello, when I create a modal in an Action it adds 2 buttons, Cancel and Submit. Is it possible to leave only one e with the Close label? Thanks
5 Replies
yes
replace Action with ViewAction
I didn't understand. Can you give an example?
I'm doing it like this.
ViewAction::make('show')
Thanks