intelica-library-components 1.1.153 → 1.1.154
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.
|
@@ -6164,7 +6164,7 @@ class Shared {
|
|
|
6164
6164
|
});
|
|
6165
6165
|
}
|
|
6166
6166
|
async embedDashboard(command, container, options) {
|
|
6167
|
-
const
|
|
6167
|
+
const embedUrl = await firstValueFrom(this.getEmbedUrl(command));
|
|
6168
6168
|
await this.createEmbedContext(embedUrl, container, options);
|
|
6169
6169
|
}
|
|
6170
6170
|
async createEmbedVisualContext(embedUrl, container, options) {
|