diff --git a/awx/ui_next/src/components/LaunchPrompt/steps/CredentialPasswordsStep.jsx b/awx/ui_next/src/components/LaunchPrompt/steps/CredentialPasswordsStep.jsx index 34824ddd03b2..675a6a84774a 100644 --- a/awx/ui_next/src/components/LaunchPrompt/steps/CredentialPasswordsStep.jsx +++ b/awx/ui_next/src/components/LaunchPrompt/steps/CredentialPasswordsStep.jsx @@ -84,7 +84,11 @@ function CredentialPasswordsStep({ launchConfig, i18n }) { } return ( -
+ { + e.preventDefault(); + }} + > {showcredentialPasswordSsh && ( + { + e.preventDefault(); + }} + > {launchConfig.ask_job_type_on_launch && } {launchConfig.ask_limit_on_launch && ( + { + e.preventDefault(); + }} + > {surveyConfig.spec.map(question => { const Field = fieldTypes[question.type]; return (