Explicitly set value for verbosity to 0 as the default value which corresponds to 0 (Normal)

This commit is contained in:
mabashian 2022-08-12 14:03:36 -04:00
parent 1ae1da3f9c
commit 0a4a9f96c2

View File

@ -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: '',