intelica-library-project 20.0.12 → 20.0.13
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.
|
@@ -2425,10 +2425,7 @@ class DashboardQsInteractiveComponent {
|
|
|
2425
2425
|
const params = this.parameters();
|
|
2426
2426
|
if (!this.dashboardRef || !params)
|
|
2427
2427
|
return;
|
|
2428
|
-
// this.isLoading.set(true);
|
|
2429
2428
|
this.sharedService.setDashboardParameters(this.dashboardRef, params);
|
|
2430
|
-
// .finally(() => this.isLoading.set(false))
|
|
2431
|
-
// .catch(() => this.isLoading.set(false));
|
|
2432
2429
|
});
|
|
2433
2430
|
}
|
|
2434
2431
|
ngAfterViewInit() {
|