How to hide Footer Actions in resource pages (Create, Edit, View) #9116
Answered
by
leandrocfe
devhoussam1998
asked this question in
Help
-
|
Beta Was this translation helpful? Give feedback.
Answered by
leandrocfe
Oct 16, 2023
Replies: 1 comment 1 reply
-
|
You can add this method on the CreatePage, Edit and View protected function getFormActions(): array
{
return [];
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
devhoussam1998
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You can add this method on the CreatePage, Edit and View