diff --git a/awx/ui/src/components/AdHocCommands/AdHocCommandsWizard.js b/awx/ui/src/components/AdHocCommands/AdHocCommandsWizard.js index a3a2039a7b..107c8d2d07 100644 --- a/awx/ui/src/components/AdHocCommands/AdHocCommandsWizard.js +++ b/awx/ui/src/components/AdHocCommands/AdHocCommandsWizard.js @@ -62,7 +62,7 @@ const FormikApp = withFormik({ limit: adHocItemStrings || 'all', credentials: [], module_args: '', - verbosity: VERBOSITY()[0], + verbosity: VERBOSITY()[0].value, forks: 0, diff_mode: false, become_enabled: '',