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