diff --git a/awx/ui_next/src/screens/Template/shared/WorkflowJobTemplateForm.jsx b/awx/ui_next/src/screens/Template/shared/WorkflowJobTemplateForm.jsx index 323010ce34..770f665982 100644 --- a/awx/ui_next/src/screens/Template/shared/WorkflowJobTemplateForm.jsx +++ b/awx/ui_next/src/screens/Template/shared/WorkflowJobTemplateForm.jsx @@ -206,7 +206,7 @@ function WorkflowJobTemplateForm({ inventory: template?.summary_fields?.inventory?.id || null, organization: template?.summary_fields?.organization?.id || null, labels: template.summary_fields?.labels?.results || [], - extra_vars: template.variables || '---', + extra_vars: template.extra_vars || '---', limit: template.limit || '', scm_branch: template.scm_branch || '', allow_simultaneous: template.allow_simultaneous || false,