label('Delete') ->modalHeading('Are you sure you want to delete this?') ->modalDescription('') ->modalSubmitActionLabel('Delete'), $this->getSaveFormAction()->formId('form'), ]; } protected function getFormActions(): array { return []; } }