RED-1723 bugfix

This commit is contained in:
Adina Țeudan 2021-06-29 15:22:51 +03:00
parent 6115d042e2
commit ab773dea37

View File

@ -83,8 +83,8 @@ export class AssignReviewerApproverDialogComponent {
await this._statusControllerService
.setStatusUnderApprovalForList(
this.data.files.map(f => f.fileId),
this._appStateService.activeDossierId,
selectedUser
selectedUser,
this._appStateService.activeDossierId
)
.toPromise();
}