viewer fixes for demo shell (#3686)

This commit is contained in:
Denys Vuika
2018-08-10 13:50:02 +01:00
committed by Eugenio Romano
parent 6cb1d2be5c
commit 7ceee231bd
4 changed files with 39 additions and 23 deletions

View File

@@ -144,7 +144,7 @@ export class UploadWidgetComponent extends WidgetComponent implements OnInit {
file.contentBlob = blob;
this.formService.formContentClicked.next(file);
},
(error) => {
() => {
this.logService.error('Unable to send event for file ' + file.name);
}
);