@startinblox/components-ds4go 4.1.3 → 4.1.4
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.
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -140,7 +140,7 @@ export class Ds4goFactHolder extends ComponentObjectsHandler {
|
|
|
140
140
|
${this._displayObjects.map((displayObj) => {
|
|
141
141
|
const fact = displayObj as Fact;
|
|
142
142
|
return html`<ds4go-card-fact
|
|
143
|
-
.object=${
|
|
143
|
+
.object=${fact}
|
|
144
144
|
@click=${() => this._handleClickEvent(fact)}
|
|
145
145
|
></ds4go-card-fact>`;
|
|
146
146
|
})}
|