Reload image on change
This commit is contained in:
@@ -56,7 +56,7 @@ export class EditImageModalComponent implements OnInit {
|
||||
this.imageService.putImage(this.endpointUrl,this.imageService.b64toBlob(body,"image/jpeg")).subscribe(() => {
|
||||
this.changed.emit({});
|
||||
});
|
||||
(this.modal as any).close('Save click');
|
||||
this,this.modalService.dismissAll("Save");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user