intelica-library-components 1.1.155 → 1.1.157
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.
|
@@ -6229,9 +6229,8 @@ class DashboardQsComponent {
|
|
|
6229
6229
|
if (!container)
|
|
6230
6230
|
return;
|
|
6231
6231
|
this.isLoading.set(true);
|
|
6232
|
-
const height = window.innerHeight - 50;
|
|
6233
6232
|
try {
|
|
6234
|
-
await this.sharedService.embedDashboard({ dashboardId, parameters: this.parameters() }, container, { height: this.height() ?? `${
|
|
6233
|
+
await this.sharedService.embedDashboard({ dashboardId, parameters: this.parameters() }, container, { height: this.height() ?? `${window.innerHeight - 50}px` });
|
|
6235
6234
|
}
|
|
6236
6235
|
catch (error) {
|
|
6237
6236
|
console.error('Error embedding dashboard:', error);
|