From bdcea54eeb8cbdfa8d342af04a5b2ecc47cd796e Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Wed, 11 Jun 2025 16:49:26 +0800 Subject: [PATCH] Fix uploading image stuck at edit page (#336) Signed-off-by: Andy Lee --- pkg/harvester/edit/harvesterhci.io.virtualmachineimage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/harvester/edit/harvesterhci.io.virtualmachineimage.vue b/pkg/harvester/edit/harvesterhci.io.virtualmachineimage.vue index cc6e99a0..0bea5572 100644 --- a/pkg/harvester/edit/harvesterhci.io.virtualmachineimage.vue +++ b/pkg/harvester/edit/harvesterhci.io.virtualmachineimage.vue @@ -291,7 +291,7 @@ export default { const res = await this.value.save(); - await res.uploadImage(file); + res.uploadImage(file); buttonCb(true); this.done();