1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 06:49:40 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {