We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe37fd2 commit 1c2b6efCopy full SHA for 1c2b6ef
src/common/lp.component.ts
@@ -35,7 +35,7 @@ export class LPController {
35
36
onSampleClick(e: SelectEventArgs) {
37
window.isInteractedList = e.isInteracted;
38
- let data: { [key: string]: Object } = e.data;
+ let data: { [key: string]: Object } = e.data as { [key: string]: Object };
39
if (e.isInteracted) {
40
if (data.component && location.hash.replace('/#', '') !== data.path) {
41
document.body.classList.add('sb-overlay');
0 commit comments