fix custom template id on select (#10573)

This commit is contained in:
Prabhat Khera
2023-11-02 08:46:50 +13:00
committed by GitHub
parent f6b78312f4
commit b6f9777bbf

View File

@@ -25,7 +25,7 @@ export default class KubeCustomTemplatesViewController {
}
selectTemplate(template) {
this.$state.go('kubernetes.deploy', { templateId: template.Id });
this.$state.go('kubernetes.deploy', { templateId: template });
}
isEditAllowed(template) {