Remove useless var from sriovGpu devices

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-06-26 16:53:00 +02:00
parent 66a81fe065
commit 0b6b0abd86
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393

View File

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