Fixed params order
This commit is contained in:
parent
09aac92005
commit
93fe20304b
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user