From b4b2017c614f199e4ed08301250ea769c8b94446 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:51:53 +0800 Subject: [PATCH] Fix uploading image stuck at edit page (#336) (#337) (cherry picked from commit bdcea54eeb8cbdfa8d342af04a5b2ecc47cd796e) Signed-off-by: Andy Lee Co-authored-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 a13e4a57..b7871c38 100644 --- a/pkg/harvester/edit/harvesterhci.io.virtualmachineimage.vue +++ b/pkg/harvester/edit/harvesterhci.io.virtualmachineimage.vue @@ -290,7 +290,7 @@ export default { const res = await this.value.save(); - await res.uploadImage(file); + res.uploadImage(file); buttonCb(true); this.done();