From 1ae1da3f9c5d83a7060dbf692fc53a451a9d852a Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 12 Aug 2022 09:29:31 -0400 Subject: [PATCH] Fix a bug where the form value of verbosity isn't respect --- awx/ui/src/components/AdHocCommands/AdHocCommandsWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '',