buildingproduct-library 0.2.86 → 0.2.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{buildingproduct-library-0.2.86.tgz → buildingproduct-library-0.2.88.tgz} +0 -0
- package/bundles/buildingproduct-library.umd.js +1 -2
- package/bundles/buildingproduct-library.umd.js.map +1 -1
- package/esm2015/lib/account-dropdown/account-dropdown.component.js +2 -3
- package/fesm2015/buildingproduct-library.js +1 -2
- package/fesm2015/buildingproduct-library.js.map +1 -1
- package/package.json +1 -1
|
Binary file
|
|
@@ -985,6 +985,7 @@
|
|
|
985
985
|
var _this = this;
|
|
986
986
|
return __generator(this, function (_c) {
|
|
987
987
|
this.selecteduserData = JSON.parse(localStorage.getItem('selectedAccout') || '{}');
|
|
988
|
+
console.log(this.selecteduserData, this.selectedUser);
|
|
988
989
|
this.fiUserAccountDetailsService.getUserAccount().subscribe(function (user) {
|
|
989
990
|
var _a, _b;
|
|
990
991
|
if (user) {
|
|
@@ -1009,8 +1010,6 @@
|
|
|
1009
1010
|
_this.accounts = data;
|
|
1010
1011
|
_this.getAccountsData();
|
|
1011
1012
|
}
|
|
1012
|
-
}, function (error) {
|
|
1013
|
-
window.location.reload();
|
|
1014
1013
|
});
|
|
1015
1014
|
}
|
|
1016
1015
|
}
|