mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Fix a bug where the form value of verbosity isn't respect
This commit is contained in:
parent
cae2c06190
commit
1ae1da3f9c
@ -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: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user