diff --git a/awx/ui/src/components/AdHocCommands/AdHocCommandsWizard.js b/awx/ui/src/components/AdHocCommands/AdHocCommandsWizard.js index 107c8d2d07..94e4ff6e79 100644 --- a/awx/ui/src/components/AdHocCommands/AdHocCommandsWizard.js +++ b/awx/ui/src/components/AdHocCommands/AdHocCommandsWizard.js @@ -2,8 +2,6 @@ import React from 'react'; import { t } from '@lingui/macro'; import { withFormik, useFormikContext } from 'formik'; import PropTypes from 'prop-types'; - -import { VERBOSITY } from 'components/VerbositySelectField'; import Wizard from '../Wizard'; import useAdHocLaunchSteps from './useAdHocLaunchSteps'; @@ -62,7 +60,7 @@ const FormikApp = withFormik({ limit: adHocItemStrings || 'all', credentials: [], module_args: '', - verbosity: VERBOSITY()[0].value, + verbosity: 0, forks: 0, diff_mode: false, become_enabled: '',