From 0b40f6e58e449a9ce71d1cabbdbb397562bfffe0 Mon Sep 17 00:00:00 2001 From: Francesco Torchia Date: Tue, 17 Sep 2024 20:16:21 +0200 Subject: [PATCH] Update pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineUSBDevices/index.vue Co-authored-by: Jack Yu --- .../VirtualMachineUSBDevices/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineUSBDevices/index.vue b/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineUSBDevices/index.vue index e8148132..93ee7b94 100644 --- a/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineUSBDevices/index.vue +++ b/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineUSBDevices/index.vue @@ -112,7 +112,7 @@ export default { enabledDevices() { return this.devices.filter((device) => { return device.status.enabled; - }) || []; + }); }, devicesInUse() {