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