fix custom template id on select (#10573)

pull/10578/head
Prabhat Khera 2023-11-02 08:46:50 +13:00 committed by GitHub
parent f6b78312f4
commit b6f9777bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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