|
@ -103,7 +103,7 @@ export class AllocationsPageComponent implements OnDestroy, OnInit { |
|
|
private router: Router, |
|
|
private router: Router, |
|
|
private userService: UserService |
|
|
private userService: UserService |
|
|
) { |
|
|
) { |
|
|
route.queryParams |
|
|
this.route.queryParams |
|
|
.pipe(takeUntil(this.unsubscribeSubject)) |
|
|
.pipe(takeUntil(this.unsubscribeSubject)) |
|
|
.subscribe((params) => { |
|
|
.subscribe((params) => { |
|
|
if (params['accountId'] && params['accountDetailDialog']) { |
|
|
if (params['accountId'] && params['accountDetailDialog']) { |
|
|