mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 06:51:10 +03:00
Merge pull request #4489 from keithjgrant/4427-job-template-console-error
Fix default props for jt form Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
858f43fd2a
@ -41,6 +41,8 @@ class JobTemplateForm extends Component {
|
||||
name: '',
|
||||
description: '',
|
||||
job_type: 'run',
|
||||
inventory: undefined,
|
||||
project: undefined,
|
||||
playbook: '',
|
||||
summary_fields: {
|
||||
inventory: null,
|
||||
|
Loading…
Reference in New Issue
Block a user