modalSubheading is not working?

Action::make('delete')
      ->modalHeading('Delete recordz')
      ->modalSubheading('Not workingzz')
      ->requiresConfirmation()
Screen_Shot_2023-07-20_at_11.00.32_PM.png
Solution
Lol, all I did was to put ->requiresConfirmation() first.
Was this page helpful?