mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Fix a bug where the form value of verbosity isn't respect
This commit is contained in:
@@ -62,7 +62,7 @@ const FormikApp = withFormik({
|
|||||||
limit: adHocItemStrings || 'all',
|
limit: adHocItemStrings || 'all',
|
||||||
credentials: [],
|
credentials: [],
|
||||||
module_args: '',
|
module_args: '',
|
||||||
verbosity: VERBOSITY()[0],
|
verbosity: VERBOSITY()[0].value,
|
||||||
forks: 0,
|
forks: 0,
|
||||||
diff_mode: false,
|
diff_mode: false,
|
||||||
become_enabled: '',
|
become_enabled: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user