# To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution
# protected function getCreateFormAction(): Action { return parent::getCreateFormAction() ->requiresConfirmation() ->submit(null) ->mountUsing(fn () => $this->form->getState()) ->action(fn () => $this->create()); }