Skip to content

Commit

Permalink
open analytics handler (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
iisa authored Feb 6, 2024
1 parent c5b7932 commit df2b632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collection-browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export class CollectionBrowser
@query('collection-facets') private collectionFacets?: CollectionFacets;

@property({ type: Object, attribute: false })
private analyticsHandler?: AnalyticsManagerInterface;
analyticsHandler?: AnalyticsManagerInterface;

/**
* When we're animated scrolling to the page, we don't want to fetch
Expand Down

0 comments on commit df2b632

Please sign in to comment.