intelica-library-components 1.1.172 → 1.1.173
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.
|
@@ -6347,6 +6347,7 @@ class DashboardQsInteractiveComponent {
|
|
|
6347
6347
|
return;
|
|
6348
6348
|
container.replaceChildren();
|
|
6349
6349
|
this.dashboardRef = null;
|
|
6350
|
+
this.lastEmbeddedId = undefined;
|
|
6350
6351
|
this.isLoading.set(true);
|
|
6351
6352
|
try {
|
|
6352
6353
|
this.dashboardRef = await this.sharedService.embedDashboardInteractive({ dashboardId, parameters: this.parameters() }, container, { height: this.height() ?? `${window.innerHeight - 50}px` });
|