mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
Fix uploading image stuck at edit page (#336)
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
912ca7883f
commit
bdcea54eeb
@ -291,7 +291,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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user