fix custom template id on select (#10573)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user