fix default props for jt form

This commit is contained in:
Keith Grant 2019-08-14 11:34:29 -07:00 committed by Jake McDermott
parent de78d5d63b
commit 491287b1de

View File

@ -41,6 +41,8 @@ class JobTemplateForm extends Component {
name: '',
description: '',
job_type: 'run',
inventory: undefined,
project: undefined,
playbook: '',
summary_fields: {
inventory: null,