Fix uploading image stuck at edit page (#336) (#337)

(cherry picked from commit bdcea54eeb8cbdfa8d342af04a5b2ecc47cd796e)

Signed-off-by: Andy Lee <andy.lee@suse.com>
Co-authored-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
mergify[bot] 2025-06-11 16:51:53 +08:00 committed by GitHub
parent 9f0d927c9c
commit b4b2017c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,7 +290,7 @@ export default {
const res = await this.value.save(); const res = await this.value.save();
await res.uploadImage(file); res.uploadImage(file);
buttonCb(true); buttonCb(true);
this.done(); this.done();