From 0b6b0abd865477bdc22c2bb3a3a20a50f46d623c Mon Sep 17 00:00:00 2001 From: Francesco Torchia Date: Wed, 26 Jun 2024 16:53:00 +0200 Subject: [PATCH] Remove useless var from sriovGpu devices Signed-off-by: Francesco Torchia --- pkg/harvester/list/devices.harvesterhci.io.sriovgpudevice.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/harvester/list/devices.harvesterhci.io.sriovgpudevice.vue b/pkg/harvester/list/devices.harvesterhci.io.sriovgpudevice.vue index f012f74e..ef2d4d8c 100644 --- a/pkg/harvester/list/devices.harvesterhci.io.sriovgpudevice.vue +++ b/pkg/harvester/list/devices.harvesterhci.io.sriovgpudevice.vue @@ -27,8 +27,6 @@ export default { if (this.hasSchema) { try { - const inStore = this.$store.getters['currentProduct'].inStore; - const hash = await allHash({ sriovgpus: this.$store.dispatch(`${ inStore }/findAll`, { type: HCI.SR_IOVGPU_DEVICE }), vGpuDevices: this.$store.dispatch(`${ inStore }/findAll`, { type: HCI.VGPU_DEVICE }),