@snabcentr/client-ui 1.9.1 → 1.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5388,7 +5388,7 @@ class ScUserManagersComponent {
5388
5388
  * Персональные менеджеры пользователя.
5389
5389
  */
5390
5390
  this.managers$ = this.userService
5391
- .getUserInfo$()
5391
+ .getUserChange$()
5392
5392
  .pipe(map((user) => user.managers?.sort((a, b) => Number(Boolean(b.isPrimary)) - Number(Boolean(a.isPrimary)))));
5393
5393
  /**
5394
5394
  * Событие нажатия на кнопку QR кода.