diff --git a/pkg/harvester/edit/harvesterhci.io.virtualmachinetemplateversion.vue b/pkg/harvester/edit/harvesterhci.io.virtualmachinetemplateversion.vue
index 3618545e..794f8c8b 100644
--- a/pkg/harvester/edit/harvesterhci.io.virtualmachinetemplateversion.vue
+++ b/pkg/harvester/edit/harvesterhci.io.virtualmachinetemplateversion.vue
@@ -29,7 +29,7 @@ import SSHKey from './kubevirt.io.virtualmachine/VirtualMachineSSHKey';
export default {
name: 'HarvesterEditVMTemplate',
- emits: ['update:value'],
+ emits: ['update:templateValue'],
components: {
Tab,
@@ -206,11 +206,6 @@ export default {
this.$refs.yamlEditor?.refresh();
}
},
-
- updateNameNsDescriptionValue(newValue) {
- this.templateValue.metadata.name = newValue.metadata.name;
- this.templateValue.metadata.namespace = newValue.metadata.namespace;
- }
},
};
@@ -227,11 +222,11 @@ export default {
@finish="saveVMT"
>