From 473c1ba35595dc707a5aa5542b20131021bb928c Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Wed, 28 Jan 2026 15:49:07 +0800 Subject: [PATCH] fix: this.action typo (#696) Signed-off-by: Andy Lee --- pkg/harvester/models/kubevirt.io.virtualmachine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/harvester/models/kubevirt.io.virtualmachine.js b/pkg/harvester/models/kubevirt.io.virtualmachine.js index 793acf36..b61baa63 100644 --- a/pkg/harvester/models/kubevirt.io.virtualmachine.js +++ b/pkg/harvester/models/kubevirt.io.virtualmachine.js @@ -153,7 +153,7 @@ export default class VirtVm extends HarvesterResource { }, { action: 'takeVMSnapshot', - enabled: (!!this.actions?.snapshot || !!this.action?.backup), + enabled: (!!this.actions?.snapshot || !!this.actions?.backup), icon: 'icon icon-snapshot', label: this.t('harvester.action.vmSnapshot') },