RED-5397: Changed toaster color to green when a different user is assigned to a document.

This commit is contained in:
Nicoleta Panaghiu 2022-10-19 11:50:41 +03:00
parent 9212cea031
commit 76f8d40c18

View File

@ -112,7 +112,7 @@ export class UserManagementComponent {
this.loadingService.stop();
this.toaster.info(_('assignment.reviewer'), { params: { reviewerName, filename } });
this.toaster.success(_('assignment.reviewer'), { params: { reviewerName, filename } });
this.editingReviewer$.next(false);
}
}