diff --git a/src/webportal/src/app/job-submission/components/submission-section.jsx b/src/webportal/src/app/job-submission/components/submission-section.jsx index 16a0c424cb..fc57a6f11c 100644 --- a/src/webportal/src/app/job-submission/components/submission-section.jsx +++ b/src/webportal/src/app/job-submission/components/submission-section.jsx @@ -207,6 +207,8 @@ export const SubmissionSection = props => { template.description = templateDescription; template.protocol = protocol.toYaml(); template.source = 'pai'; + template.type = 'template'; + template.isPrivate = true; template.author = user; try { await createTemplate(template);