RED-5397: Changed toaster color to green when a different user is assigned to a document.
This commit is contained in:
parent
9212cea031
commit
76f8d40c18
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user