RED-7691: refactor code.

This commit is contained in:
Nicoleta Panaghiu 2023-12-14 12:43:06 +02:00
parent 4138f1b1e3
commit ed349f0697

View File

@ -177,9 +177,7 @@ export class ManualRedactionService extends GenericService<IManualAddResponse> {
}); });
return EMPTY; return EMPTY;
}), }),
tap({ tap(() => this._toaster.success(getDictionaryMessage('add'), { positionClass: 'toast-file-preview' })),
next: () => this._toaster.success(getDictionaryMessage('add'), { positionClass: 'toast-file-preview' }),
}),
); );
} }
} }