[WIP] upload-dois: rename logservice property

This commit is contained in:
argirok 2023-11-28 18:50:21 +02:00
parent 00953e0382
commit 9716103a40
1 changed files with 1 additions and 1 deletions

View File

@ -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();