© 2026 Hedgehog Software, LLC
protected function getSaveFormAction(): Action { return parent::getSaveFormAction() ->submit(null) ->requiresConfirmation() ->action(function () { $this->closeActionModal(); $this->save(); }); }