Fix uploading image stuck at edit page (#336)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-06-11 16:49:26 +08:00 committed by GitHub
parent 912ca7883f
commit bdcea54eeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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