RED-7691: refactor code.
This commit is contained in:
parent
4138f1b1e3
commit
ed349f0697
@ -177,9 +177,7 @@ export class ManualRedactionService extends GenericService<IManualAddResponse> {
|
||||
});
|
||||
return EMPTY;
|
||||
}),
|
||||
tap({
|
||||
next: () => this._toaster.success(getDictionaryMessage('add'), { positionClass: 'toast-file-preview' }),
|
||||
}),
|
||||
tap(() => this._toaster.success(getDictionaryMessage('add'), { positionClass: 'toast-file-preview' })),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user