mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Explicitly set value for verbosity to 0 as the default value which corresponds to 0 (Normal)
This commit is contained in:
parent
1ae1da3f9c
commit
0a4a9f96c2
@ -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: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user