reset floating header on profile change
This commit is contained in:
parent
94f7a52d3f
commit
b68f12d975
|
@ -112,6 +112,7 @@ export class UserProfileComponent implements OnInit {
|
|||
|
||||
this.displayedAccount = null;
|
||||
this.isLoading = true;
|
||||
this.showFloatingHeader = false;
|
||||
|
||||
this.lastAccountName = accountName;
|
||||
this.currentlyUsedAccount = this.toolsService.getSelectedAccounts()[0];
|
||||
|
|
Loading…
Reference in New Issue