fix: this.action typo (#696)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2026-01-28 15:49:07 +08:00 committed by GitHub
parent 708a95b67b
commit 473c1ba355
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')
},