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:
parent
f6b78312f4
commit
b6f9777bbf
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue