Fixed params order

This commit is contained in:
Adina Țeudan 2021-06-29 16:24:02 +03:00
parent 09aac92005
commit 93fe20304b

View File

@ -159,9 +159,9 @@ export class ManualAnnotationService {
} else {
return this._manualRedactionControllerService
.undo(
annotationWrapper.id,
this._appStateService.activeDossierId,
this._appStateService.activeFileId,
annotationWrapper.id
this._appStateService.activeFileId
)
.pipe(
tap(
@ -196,9 +196,9 @@ export class ManualAnnotationService {
if (annotationWrapper.dictionary === 'manual') {
return this._manualRedactionControllerService
.declineRequest(
annotationWrapper.id,
this._appStateService.activeDossierId,
this._appStateService.activeFileId,
annotationWrapper.id
this._appStateService.activeFileId
)
.pipe(
tap(