© 2026 Hedgehog Software, LLC
Action::make('settings') ->form(...) ->action(...) ->modalSubmitAction(fn($action) => $action ->label('Enregistrer') ->requiresConfirmation() // this way doesn't work... ) ->modalCancelAction(fn($action) => $action->label('Fermer'));