Fix a bug where the form value of verbosity isn't respect

This commit is contained in:
Matthew Jones 2022-08-12 09:29:31 -04:00
parent cae2c06190
commit 1ae1da3f9c

View File

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