8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952706e commit 30d5ac0Copy full SHA for 30d5ac0
site/src/pages/TemplateVersionEditorPage/TemplateVersionEditorPage.tsx
@@ -127,7 +127,7 @@ export const TemplateVersionEditorPage: FC = () => {
127
const newVersion = await createTemplateVersionMutation.mutateAsync({
128
provisioner: "terraform",
129
storage_method: "file",
130
- tags: {},
+ tags: templateVersionQuery.data.job.tags,
131
template_id: templateQuery.data.id,
132
file_id: serverFile.hash,
133
});
0 commit comments