[WIP] upload-dois: rename logservice property
This commit is contained in:
parent
00953e0382
commit
9716103a40
|
@ -158,7 +158,7 @@ export class UploadDoisComponent implements OnInit {
|
|||
|
||||
}
|
||||
this.enableUpload = true;
|
||||
if(properties.logFilesService) {
|
||||
if(properties.logServiceUrl) {
|
||||
this.subscriptions.push(this._logService.logUploadDOIs(properties, this.allIds.length).subscribe(res => { }));
|
||||
}
|
||||
this.fetchAllResults();
|
||||
|
|
Loading…
Reference in New Issue