F
Filament4mo ago
MZX

Change the 'Create' label in the resource create page

I just want to change the color and the text inside
Solution:
Here's how ```php protected function getCreateFormAction(): Action {...
Jump to solution
1 Reply
Solution
MZX
MZX4mo ago
Here's how
protected function getCreateFormAction(): Action
{
return Action::make('create')
->label('Pay')
->submit('create')
->color('success');

}
protected function getCreateFormAction(): Action
{
return Action::make('create')
->label('Pay')
->submit('create')
->color('success');

}
Want results from more Discord servers?
Add your server